public interface IBlockStatePalette
Modifier and Type | Method and Description |
---|---|
IBlockState |
getBlockState(int indexKey) |
int |
getSerializedState() |
int |
idFor(IBlockState state) |
void |
read(PacketBuffer buf) |
void |
write(PacketBuffer buf) |
int idFor(IBlockState state)
@Nullable IBlockState getBlockState(int indexKey)
void read(PacketBuffer buf)
void write(PacketBuffer buf)
int getSerializedState()