Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RandomFeatureConfiguration
Packages that use RandomFeatureConfiguration
Package
Description
-
Uses of RandomFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type RandomFeatureConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type RandomFeatureConfigurationModifier and TypeFieldDescriptionstatic final Feature<RandomFeatureConfiguration> Feature.RANDOM_SELECTORMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomFeatureConfigurationModifier and TypeMethodDescriptionbooleanRandomSelectorFeature.place(FeaturePlaceContext<RandomFeatureConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomFeatureConfigurationModifierConstructorDescriptionRandomSelectorFeature(com.mojang.serialization.Codec<RandomFeatureConfiguration> codec) -
Uses of RandomFeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type RandomFeatureConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomFeatureConfiguration> RandomFeatureConfiguration.CODEC