Uses of Class
net.minecraft.util.ObjectIntIdentityMap
Packages that use ObjectIntIdentityMap
Package
Description
-
Uses of ObjectIntIdentityMap in net.minecraft.block
Fields in net.minecraft.block declared as ObjectIntIdentityMapModifier and TypeFieldDescriptionstatic final ObjectIntIdentityMap<BlockState>Block.BLOCK_STATE_REGISTRYDeprecated. -
Uses of ObjectIntIdentityMap in net.minecraft.fluid
Fields in net.minecraft.fluid declared as ObjectIntIdentityMapModifier and TypeFieldDescriptionstatic final ObjectIntIdentityMap<FluidState>Fluid.FLUID_STATE_REGISTRY -
Uses of ObjectIntIdentityMap in net.minecraft.util.palette
Fields in net.minecraft.util.palette declared as ObjectIntIdentityMapModifier and TypeFieldDescriptionprivate final ObjectIntIdentityMap<T>ArrayPalette.registryprivate final ObjectIntIdentityMap<T>HashMapPalette.registryprivate final ObjectIntIdentityMap<T>IdentityPalette.registryprivate final ObjectIntIdentityMap<T>PalettedContainer.registryConstructors in net.minecraft.util.palette with parameters of type ObjectIntIdentityMapModifierConstructorDescriptionArrayPalette(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
Fields in net.minecraft.world.gen.feature.template declared as ObjectIntIdentityMapModifier and TypeFieldDescriptionprivate final ObjectIntIdentityMap<BlockState>Template.BasicPalette.ids -
Uses of ObjectIntIdentityMap in net.minecraftforge.registries
Subclasses of ObjectIntIdentityMap in net.minecraftforge.registriesMethods in net.minecraftforge.registries that return ObjectIntIdentityMapModifier and TypeMethodDescriptionstatic ObjectIntIdentityMap<BlockState>GameData.getBlockStateIDMap()