Uses of Interface
net.minecraft.util.collection.IndexedIterable
| Package | Description |
|---|---|
| net.minecraft.util.collection | |
| net.minecraft.util.registry | |
| net.minecraft.world.biome.source |
-
Uses of IndexedIterable in net.minecraft.util.collection
Classes in net.minecraft.util.collection that implement IndexedIterable Modifier and Type Class Description classIdList<T>classInt2ObjectBiMap<K> -
Uses of IndexedIterable in net.minecraft.util.registry
Classes in net.minecraft.util.registry that implement IndexedIterable Modifier and Type Class Description classDefaultedRegistry<T>classMutableRegistry<T>classRegistry<T>classSimpleRegistry<T> -
Uses of IndexedIterable in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as IndexedIterable Modifier and Type Field Description private IndexedIterable<Biome>BiomeArray. field_25831Constructors in net.minecraft.world.biome.source with parameters of type IndexedIterable Constructor Description BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView world, int[] ids)BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView world, ChunkPos chunkPos, BiomeSource biomeSource)BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView world, ChunkPos chunkPos, BiomeSource biomeSource, @org.jetbrains.annotations.Nullable int[] ids)BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView world, Biome[] data)