implements DataPalette<T>
| bnl | |
| net.minecraft.world.chunk.BlockStatePaletteLinear | |
| net.minecraft.server.v1_13_R2.DataPaletteLinear |
字段概要
| 修饰符与类型 | 字段 | ||||
|---|---|---|---|---|---|
| private final RegistryBlockID<T> |
| ||||
| private final T[] |
| ||||
| private final DataPaletteExpandable<T> |
| ||||
| private final Function<NBTTagCompound, T> |
| ||||
| private final int |
| ||||
| private int |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (RegistryBlockID<T> arg0, int arg1, DataPaletteExpandable<T> arg2, Function<NBTTagCompound, T> arg3) |
方法概要
| 修饰符与类型 | 方法 | ||||
|---|---|---|---|---|---|
| public int |
| ||||
| public T |
| ||||
| public void |
| ||||
| public int |
| ||||
| public int |
| ||||
| public void |
| ||||
| public void |
|