implements DataPalette<T>
bmy | |
net.minecraft.world.chunk.BlockStatePaletteHashMap | |
net.minecraft.server.v1_13_R1.DataPaletteHash |
Field summary
Modifier and Type | Field | ||||
---|---|---|---|---|---|
private final RegistryBlockID<T> |
| ||||
private final RegistryID<T> |
| ||||
private final DataPaletteExpandable<T> |
| ||||
private final Function<NBTTagCompound, T> |
| ||||
private final Function<T, NBTTagCompound> |
| ||||
private final int |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (RegistryBlockID<T> arg0, int arg1, DataPaletteExpandable<T> arg2, Function<NBTTagCompound, T> arg3, Function<T, NBTTagCompound> arg4) |
Method summary
Modifier and Type | Method | ||||
---|---|---|---|---|---|
public int |
| ||||
public T |
| ||||
public void |
| ||||
public int |
| ||||
public int |
| ||||
public void |
| ||||
public void |
| ||||
public void |
|