Uses of Record Class
net.minecraft.world.level.biome.FeatureSorter.StepFeatureData
Packages that use FeatureSorter.StepFeatureData
-
Uses of FeatureSorter.StepFeatureData in net.minecraft.world.level.biome
Methods in net.minecraft.world.level.biome that return types with arguments of type FeatureSorter.StepFeatureDataModifier and TypeMethodDescriptionstatic <T> List
<FeatureSorter.StepFeatureData> FeatureSorter.buildFeaturesPerStep
(List<T> pFeatureSetSources, Function<T, List<HolderSet<PlacedFeature>>> pToFeatueSetFunction, boolean pNotRecursiveFlag) -
Uses of FeatureSorter.StepFeatureData in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type FeatureSorter.StepFeatureDataModifier and TypeFieldDescriptionprivate final Supplier
<List<FeatureSorter.StepFeatureData>> ChunkGenerator.featuresPerStep