Package | Description |
---|---|
net.minecraft.util.palette |
Modifier and Type | Class and Description |
---|---|
class |
PalettedContainer<T> |
Modifier and Type | Field and Description |
---|---|
private IResizeCallback<T> |
PalettedContainer.dummyPaletteResize |
private IResizeCallback<T> |
PaletteHashMap.paletteResizer |
private IResizeCallback<T> |
PaletteArray.resizeHandler |
Constructor and Description |
---|
PaletteArray(ObjectIntIdentityMap<T> registryIn,
int bitsIn,
IResizeCallback<T> resizeHandlerIn,
java.util.function.Function<CompoundNBT,T> deserializerIn) |
PaletteHashMap(ObjectIntIdentityMap<T> backingRegistry,
int bitsIn,
IResizeCallback<T> paletteResizerIn,
java.util.function.Function<CompoundNBT,T> deserializerIn,
java.util.function.Function<T,CompoundNBT> p_i48964_5_) |