Class BlockStateMetaMappings

java.lang.Object
org.cloudburstmc.server.block.util.BlockStateMetaMappings

public class BlockStateMetaMappings extends Object
  • 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)