public class BlockStatePaletteHashMap extends java.lang.Object implements IBlockStatePalette
Constructor and Description |
---|
BlockStatePaletteHashMap(int bitsIn,
net.minecraft.world.chunk.IBlockStatePaletteResizer p_i47089_2_) |
Modifier and Type | Method and Description |
---|---|
IBlockState |
getBlockState(int indexKey) |
int |
getSerializedState() |
int |
idFor(IBlockState state) |
void |
read(PacketBuffer buf) |
void |
write(PacketBuffer buf) |
public BlockStatePaletteHashMap(int bitsIn, net.minecraft.world.chunk.IBlockStatePaletteResizer p_i47089_2_)
public int idFor(IBlockState state)
idFor
in interface IBlockStatePalette
@Nullable public IBlockState getBlockState(int indexKey)
getBlockState
in interface IBlockStatePalette
public void read(PacketBuffer buf)
read
in interface IBlockStatePalette
public void write(PacketBuffer buf)
write
in interface IBlockStatePalette
public int getSerializedState()
getSerializedState
in interface IBlockStatePalette