implements IBlockStatePalette<T>
bnl | |
net.minecraft.world.chunk.BlockStatePaletteLinear |
Field summary
Modifier and Type | Field | ||||
---|---|---|---|---|---|
private final ObjectIntIdentityMap<T> |
| ||||
private final T[] |
| ||||
private final IBlockStatePaletteResizer<T> |
| ||||
private final Function<NBTTagCompound, T> |
| ||||
private final int |
| ||||
private int |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (ObjectIntIdentityMap<T> arg0, int arg1, IBlockStatePaletteResizer<T> arg2, Function<NBTTagCompound, T> arg3) |
Method summary
Modifier and Type | Method | ||||
---|---|---|---|---|---|
public int |
| ||||
public T |
| ||||
public void |
| ||||
public int |
| ||||
public int |
| ||||
public void |
| ||||
public void |
|