public class BlockStateMetaMappings extends Object
| Constructor and Description |
|---|
BlockStateMetaMappings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMetaFromState(BlockState state) |
BlockState |
getStateFromMeta(Identifier type,
int meta) |
BlockState |
getStateFromMeta(Item item) |
boolean |
hasMeta(Identifier type,
int meta) |
void |
init() |
public void init()
public boolean hasMeta(Identifier type, int meta)
public int getMetaFromState(BlockState state)
public BlockState getStateFromMeta(Item item)
public BlockState getStateFromMeta(Identifier type, int meta)
Copyright © 2020. All rights reserved.