implements Palette<T>
| cal | |
| net.minecraft.world.level.chunk.LinearPalette | |
| net.minecraft.class_2834 | |
| net.minecraft.world.chunk.ArrayPalette | |
| net.minecraft.util.palette.PaletteArray | |
| net.minecraft.server.v1_15_R1.DataPaletteLinear |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final IdMapper<T> |
| ||||||||||
| private final T[] |
| ||||||||||
| private final PaletteResize<T> |
| ||||||||||
| private final Function<CompoundTag, T> |
| ||||||||||
| private final int |
| ||||||||||
| private int |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (IdMapper<T> arg0, int integer, PaletteResize<T> resizeListener, Function<CompoundTag, T> valueDeserializer) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public int |
| ||||||||||
| public boolean |
| ||||||||||
| public T |
| ||||||||||
| public void |
| ||||||||||
| public int |
| ||||||||||
| public int |
| ||||||||||
| public void |
| ||||||||||
| public void |
|