implements Palette<T>
| equ | |
| net.minecraft.world.level.chunk.LinearPalette | |
| net.minecraft.class_2834 | |
| net.minecraft.world.chunk.ArrayPalette | |
| net.minecraft.src.C_2141_ | |
| net.minecraft.world.level.chunk.DataPaletteLinear |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final T[] |
| ||||||||||
| private final int |
| ||||||||||
| private int |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| private | (int indexBits, List<T> values) |
| private | (T[] array, int indexBits, int size) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static <A> Palette<A> |
| ||||||||||
| public int |
| ||||||||||
| public boolean |
| ||||||||||
| public T |
| ||||||||||
| public void |
| ||||||||||
| public void |
| ||||||||||
| public int |
| ||||||||||
| public int |
| ||||||||||
| public Palette<T> |
|