Uses of Class
net.minecraft.util.ObjectIntIdentityMap
-
Packages that use ObjectIntIdentityMap Package Description net.minecraft.block net.minecraft.fluid net.minecraft.util.palette net.minecraft.world.gen.feature.template net.minecraftforge.registries -
-
Uses of ObjectIntIdentityMap in net.minecraft.block
Fields in net.minecraft.block declared as ObjectIntIdentityMap Modifier and Type Field Description static ObjectIntIdentityMap<BlockState>
Block. BLOCK_STATE_REGISTRY
Deprecated. -
Uses of ObjectIntIdentityMap in net.minecraft.fluid
Fields in net.minecraft.fluid declared as ObjectIntIdentityMap Modifier and Type Field Description static ObjectIntIdentityMap<FluidState>
Fluid. FLUID_STATE_REGISTRY
-
Uses of ObjectIntIdentityMap in net.minecraft.util.palette
Fields in net.minecraft.util.palette declared as ObjectIntIdentityMap Modifier and Type Field Description private ObjectIntIdentityMap<T>
ArrayPalette. registry
private ObjectIntIdentityMap<T>
HashMapPalette. registry
private ObjectIntIdentityMap<T>
IdentityPalette. registry
private ObjectIntIdentityMap<T>
PalettedContainer. registry
Constructors in net.minecraft.util.palette with parameters of type ObjectIntIdentityMap Constructor Description ArrayPalette(ObjectIntIdentityMap<T> p_i48962_1_, int p_i48962_2_, IResizeCallback<T> p_i48962_3_, java.util.function.Function<CompoundNBT,T> p_i48962_4_)
HashMapPalette(ObjectIntIdentityMap<T> p_i48964_1_, int p_i48964_2_, IResizeCallback<T> p_i48964_3_, java.util.function.Function<CompoundNBT,T> p_i48964_4_, java.util.function.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_, java.util.function.Function<CompoundNBT,T> p_i48961_3_, java.util.function.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 ObjectIntIdentityMap Modifier and Type Field Description private ObjectIntIdentityMap<BlockState>
Template.BasicPalette. ids
-
Uses of ObjectIntIdentityMap in net.minecraftforge.registries
Subclasses of ObjectIntIdentityMap in net.minecraftforge.registries Modifier and Type Class Description private static class
GameData.ClearableObjectIntIdentityMap<I>
Methods in net.minecraftforge.registries that return ObjectIntIdentityMap Modifier and Type Method Description static ObjectIntIdentityMap<BlockState>
GameData. getBlockStateIDMap()
-