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 class
IntIdentityHashBiMap<K>
class
ObjectIntIdentityMap<T>
-
Uses of IObjectIntIterable in net.minecraft.util.registry
Classes in net.minecraft.util.registry that implement IObjectIntIterable Modifier and Type Class Description class
DefaultedRegistry<T>
class
MutableRegistry<T>
class
Registry<T>
class
SimpleRegistry<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. biomeRegistry
Constructors 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 class
GameData.ClearableObjectIntIdentityMap<I>
(package private) class
NamespacedDefaultedWrapper<T extends IForgeRegistryEntry<T>>
(package private) class
NamespacedWrapper<T extends IForgeRegistryEntry<T>>
-