implements Palette<T>
| bxr | |
| net.minecraft.class_2834 | |
| net.minecraft.world.chunk.ArrayPalette | |
| net.minecraft.world.chunk.BlockStatePaletteLinear |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final IdList<T> |
| ||||||||
| private final T[] |
| ||||||||
| private final PaletteResizeListener<T> |
| ||||||||
| private final Function<CompoundTag, T> |
| ||||||||
| private final int |
| ||||||||
| private int |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (IdList<T> arg0, int arg1, PaletteResizeListener<T> arg2, Function<CompoundTag, T> arg3) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public int |
| ||||||||
| public boolean |
| ||||||||
| public T |
| ||||||||
| public void |
| ||||||||
| public int |
| ||||||||
| public int |
| ||||||||
| public void |
| ||||||||
| public void |
|