implements Palette<T>
| bnk | |
| net.minecraft.unmapped.C_14922530 | |
| net.minecraft.world.chunk.LinearPalette | |
| net.minecraft.world.chunk.BlockStatePaletteLinear |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final Id2ObjectBiMap<T> |
| ||||||||
| private final T[] |
| ||||||||
| private final PaletteResizer<T> |
| ||||||||
| private final Function<NbtCompound, T> |
| ||||||||
| private final int |
| ||||||||
| private int |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Id2ObjectBiMap<T> registry, int bits, PaletteResizer<T> resizer, Function<NbtCompound, T> reader) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public int |
| ||||||||
| public T |
| ||||||||
| public void |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public void |
| ||||||||
| public void |
|