implements DataPalette<T>
| bxn | |
| net.minecraft.class_2834 | |
| net.minecraft.world.chunk.BlockStatePaletteLinear | |
| net.minecraft.server.v1_14_R1.DataPaletteLinear |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final RegistryBlockID<T> |
| ||||||
| private final T[] |
| ||||||
| private final DataPaletteExpandable<T> |
| ||||||
| private final Function<NBTTagCompound, T> |
| ||||||
| private final int |
| ||||||
| private int |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (RegistryBlockID<T> arg0, int arg1, DataPaletteExpandable<T> arg2, Function<NBTTagCompound, T> arg3) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public int |
| ||||||
| public boolean |
| ||||||
| public T |
| ||||||
| public void |
| ||||||
| public int |
| ||||||
| public int |
| ||||||
| public void |
| ||||||
| public void |
|