Uses of Class
net.minecraft.util.ObjectIntIdentityMap
Package
Description
-
Uses of ObjectIntIdentityMap in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final ObjectIntIdentityMap<BlockState>
Block.BLOCK_STATE_REGISTRY
Deprecated. -
Uses of ObjectIntIdentityMap in net.minecraft.fluid
Modifier and TypeFieldDescriptionstatic final ObjectIntIdentityMap<FluidState>
Fluid.FLUID_STATE_REGISTRY
-
Uses of ObjectIntIdentityMap in net.minecraft.util.palette
Modifier and TypeFieldDescriptionprivate final ObjectIntIdentityMap<T>
ArrayPalette.registry
private final ObjectIntIdentityMap<T>
HashMapPalette.registry
private final ObjectIntIdentityMap<T>
IdentityPalette.registry
private final ObjectIntIdentityMap<T>
PalettedContainer.registry
ModifierConstructorDescriptionArrayPalette
(ObjectIntIdentityMap<T> p_i48962_1_, int p_i48962_2_, IResizeCallback<T> p_i48962_3_, Function<CompoundNBT, T> p_i48962_4_) HashMapPalette
(ObjectIntIdentityMap<T> p_i48964_1_, int p_i48964_2_, IResizeCallback<T> p_i48964_3_, Function<CompoundNBT, T> p_i48964_4_, Function<T, CompoundNBT> p_i48964_5_) IdentityPalette
(ObjectIntIdentityMap<T> p_i48965_1_, T p_i48965_2_) PalettedContainer
(IPalette<T> p_i48961_1_, ObjectIntIdentityMap<T> p_i48961_2_, Function<CompoundNBT, T> p_i48961_3_, Function<T, CompoundNBT> p_i48961_4_, T p_i48961_5_) -
Uses of ObjectIntIdentityMap in net.minecraft.world.gen.feature.template
Modifier and TypeFieldDescriptionprivate final ObjectIntIdentityMap<BlockState>
Template.BasicPalette.ids
-
Uses of ObjectIntIdentityMap in net.minecraftforge.registries
Modifier and TypeMethodDescriptionstatic ObjectIntIdentityMap<BlockState>
GameData.getBlockStateIDMap()