Uses of Class
net.minecraft.world.gen.feature.RandomFeatureConfig
Packages that use RandomFeatureConfig
-
Uses of RandomFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type RandomFeatureConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<RandomFeatureConfig>
RandomFeatureConfig.CODEC
static Feature<RandomFeatureConfig>
Feature.RANDOM_SELECTOR
Method parameters in net.minecraft.world.gen.feature with type arguments of type RandomFeatureConfigModifier and TypeMethodDescriptionboolean
RandomFeature.generate(FeatureContext<RandomFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RandomFeatureConfigModifierConstructorDescriptionRandomFeature(com.mojang.serialization.Codec<RandomFeatureConfig> configCodec)