Uses of Interface
net.minecraft.util.IObjectIntIterable
-
Packages that use IObjectIntIterable Package Description net.minecraft.util net.minecraft.util.registry net.minecraft.world.biome net.minecraftforge.registries -
-
Uses of IObjectIntIterable in net.minecraft.util
Classes in net.minecraft.util that implement IObjectIntIterable Modifier and Type Class Description classIntIdentityHashBiMap<K>classObjectIntIdentityMap<T> -
Uses of IObjectIntIterable in net.minecraft.util.registry
Classes in net.minecraft.util.registry that implement IObjectIntIterable Modifier and Type Class Description classDefaultedRegistry<T>classMutableRegistry<T>classRegistry<T>classSimpleRegistry<T> -
Uses of IObjectIntIterable in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as IObjectIntIterable Modifier and Type Field Description private IObjectIntIterable<Biome>BiomeContainer. biomeRegistryConstructors in net.minecraft.world.biome with parameters of type IObjectIntIterable Constructor Description BiomeContainer(IObjectIntIterable<Biome> p_i241967_1_)BiomeContainer(IObjectIntIterable<Biome> p_i241970_1_, int[] p_i241970_2_)BiomeContainer(IObjectIntIterable<Biome> p_i241968_1_, ChunkPos p_i241968_2_, BiomeProvider p_i241968_3_)BiomeContainer(IObjectIntIterable<Biome> p_i241969_1_, ChunkPos p_i241969_2_, BiomeProvider p_i241969_3_, int[] p_i241969_4_)BiomeContainer(IObjectIntIterable<Biome> p_i241971_1_, Biome[] p_i241971_2_) -
Uses of IObjectIntIterable in net.minecraftforge.registries
Classes in net.minecraftforge.registries that implement IObjectIntIterable Modifier and Type Class Description private static classGameData.ClearableObjectIntIdentityMap<I>(package private) classNamespacedDefaultedWrapper<T extends IForgeRegistryEntry<T>>(package private) classNamespacedWrapper<T extends IForgeRegistryEntry<T>>
-