Uses of Record Class
net.minecraft.world.gen.feature.util.PlacedFeatureIndexer.IndexedFeatures
-
Uses of PlacedFeatureIndexer.IndexedFeatures in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprivate final Supplier<List<PlacedFeatureIndexer.IndexedFeatures>>
ChunkGenerator.indexedFeaturesListSupplier
-
Uses of PlacedFeatureIndexer.IndexedFeatures in net.minecraft.world.gen.feature.util
Modifier 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.