implements IBlockStatePalette<T>
| bxh | |
| net.minecraft.class_2814 | |
| net.minecraft.world.chunk.BlockStatePaletteHashMap |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final ObjectIntIdentityMap<T> |
| ||||||
| private final IntIdentityHashBiMap<T> |
| ||||||
| private final IBlockStatePaletteResizer<T> |
| ||||||
| private final Function<CompoundNBT, T> |
| ||||||
| private final Function<T, CompoundNBT> |
| ||||||
| private final int |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (ObjectIntIdentityMap<T> arg0, int arg1, IBlockStatePaletteResizer<T> arg2, Function<CompoundNBT, T> arg3, Function<T, CompoundNBT> arg4) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public int |
| ||||||
| public boolean |
| ||||||
| public T |
| ||||||
| public void |
| ||||||
| public int |
| ||||||
| public int |
| ||||||
| public void |
| ||||||
| public void |
| ||||||
| public void |
|