implements Palette<T>
bxm | |
net.minecraft.class_2814 | |
net.minecraft.world.chunk.BiMapPalette | |
net.minecraft.world.chunk.BlockStatePaletteHashMap |
Field summary
Modifier and Type | Field | ||||||||
---|---|---|---|---|---|---|---|---|---|
private final IdList<T> |
| ||||||||
private final Int2ObjectBiMap<T> |
| ||||||||
private final PaletteResizeListener<T> |
| ||||||||
private final Function<CompoundTag, T> |
| ||||||||
private final Function<T, CompoundTag> |
| ||||||||
private final int |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (IdList<T> arg0, int arg1, PaletteResizeListener<T> arg2, Function<CompoundTag, T> arg3, Function<T, CompoundTag> arg4) |
Method summary
Modifier and Type | Method | ||||||||
---|---|---|---|---|---|---|---|---|---|
public int |
| ||||||||
public boolean |
| ||||||||
public T |
| ||||||||
public void |
| ||||||||
public int |
| ||||||||
public int |
| ||||||||
public void |
| ||||||||
public void |
| ||||||||
public void |
|