Modifier and Type | Field and Description |
---|---|
static ObjectIntIdentityMap<BlockState> |
Block.BLOCK_STATE_IDS
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static ObjectIntIdentityMap<IFluidState> |
Fluid.STATE_REGISTRY |
Modifier and Type | Field and Description |
---|---|
private ObjectIntIdentityMap<T> |
PaletteHashMap.registry |
private ObjectIntIdentityMap<T> |
PalettedContainer.registry |
private ObjectIntIdentityMap<T> |
PaletteArray.registry |
private ObjectIntIdentityMap<T> |
PaletteIdentity.registry |
Constructor and Description |
---|
PaletteArray(ObjectIntIdentityMap<T> registryIn,
int bitsIn,
IResizeCallback<T> resizeHandlerIn,
java.util.function.Function<CompoundNBT,T> deserializerIn) |
PalettedContainer(IPalette<T> globalPaletteIn,
ObjectIntIdentityMap<T> registryIn,
java.util.function.Function<CompoundNBT,T> deserializerIn,
java.util.function.Function<T,CompoundNBT> serializerIn,
T defaultStateIn) |
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_) |
PaletteIdentity(ObjectIntIdentityMap<T> p_i48965_1_,
T p_i48965_2_) |
Modifier and Type | Field and Description |
---|---|
static ObjectIntIdentityMap<Biome> |
Biome.MUTATION_TO_BASE_ID_MAP |
Modifier and Type | Field and Description |
---|---|
private ObjectIntIdentityMap<BlockState> |
Template.BasicPalette.ids |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
GameData.ClearableObjectIntIdentityMap<I> |
Modifier and Type | Method and Description |
---|---|
static ObjectIntIdentityMap<BlockState> |
GameData.getBlockStateIDMap() |