implements Palette<T>
| chm | |
| net.minecraft.world.level.chunk.LinearPalette | |
| net.minecraft.class_2834 | |
| net.minecraft.unmapped.C_gyddwsdg | |
| net.minecraft.world.chunk.ArrayPalette | |
| net.minecraft.util.palette.ArrayPalette | |
| net.minecraft.server.v1_16_R1.DataPaletteLinear |
Field summary
| Modifier and Type | Field | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| private final IdMapper<T> |
| ||||||||||||
| private final T[] |
| ||||||||||||
| private final PaletteResize<T> |
| ||||||||||||
| private final Function<CompoundTag, T> |
| ||||||||||||
| private final int |
| ||||||||||||
| private int |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (IdMapper<T> arg0, int integer, PaletteResize<T> resizeListener, Function<CompoundTag, T> valueDeserializer) |
Method summary
| Modifier and Type | Method | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| public int |
| ||||||||||||
| public boolean |
| ||||||||||||
| public T |
| ||||||||||||
| public void |
| ||||||||||||
| public int |
| ||||||||||||
| public int |
| ||||||||||||
| public void |
| ||||||||||||
| public void |
|