Uses of Interface
net.minecraft.util.collection.IndexedIterable
Packages that use IndexedIterable
Package
Description
-
Uses of IndexedIterable in net.minecraft.util.collection
Classes in net.minecraft.util.collection that implement IndexedIterable -
Uses of IndexedIterable in net.minecraft.util.registry
Classes in net.minecraft.util.registry that implement IndexedIterable -
Uses of IndexedIterable in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as IndexedIterableConstructors in net.minecraft.world.biome.source with parameters of type IndexedIterableModifierConstructorDescriptionBiomeArray(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)
protected
BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView world, Biome[] data)