Class BlockStateMetaMappings
java.lang.Object
org.cloudburstmc.server.block.util.BlockStateMetaMappings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetMetaFromState(org.cloudburstmc.api.block.BlockState state)org.cloudburstmc.api.block.BlockStategetStateFromMeta(org.cloudburstmc.api.item.ItemStack item)org.cloudburstmc.api.block.BlockStategetStateFromMeta(org.cloudburstmc.api.util.Identifier type, int meta)booleanhasMeta(org.cloudburstmc.api.util.Identifier type, int meta)voidinit()
-
Constructor Details
-
BlockStateMetaMappings
public BlockStateMetaMappings()
-
-
Method Details
-
init
public void init() -
hasMeta
public boolean hasMeta(org.cloudburstmc.api.util.Identifier type, int meta) -
getMetaFromState
public int getMetaFromState(org.cloudburstmc.api.block.BlockState state) -
getStateFromMeta
public org.cloudburstmc.api.block.BlockState getStateFromMeta(org.cloudburstmc.api.item.ItemStack item) -
getStateFromMeta
public org.cloudburstmc.api.block.BlockState getStateFromMeta(org.cloudburstmc.api.util.Identifier type, int meta)
-