Uses of Record Class
net.minecraft.world.gen.feature.util.PlacedFeatureIndexer.IndexedFeatures
Packages that use PlacedFeatureIndexer.IndexedFeatures
-
Uses of PlacedFeatureIndexer.IndexedFeatures in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type PlacedFeatureIndexer.IndexedFeaturesModifier and TypeFieldDescriptionprivate final Supplier<List<PlacedFeatureIndexer.IndexedFeatures>>
ChunkGenerator.indexedFeaturesListSupplier
-
Uses of PlacedFeatureIndexer.IndexedFeatures in net.minecraft.world.gen.feature.util
Methods in net.minecraft.world.gen.feature.util that return types with arguments of type PlacedFeatureIndexer.IndexedFeaturesModifier and TypeMethodDescriptionstatic <T> List<PlacedFeatureIndexer.IndexedFeatures>
PlacedFeatureIndexer.collectIndexedFeatures
(List<T> biomes, Function<T, List<RegistryEntryList<PlacedFeature>>> biomesToPlacedFeaturesList, boolean listInvolvedBiomesOnFailure) Returns the indexed placed features collected after validating feature orders.