Uses of Class
net.minecraft.world.gen.feature.SimpleRandomFeatureConfig
-
Uses of SimpleRandomFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleRandomFeatureConfig>
SimpleRandomFeatureConfig.CODEC
static final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,
?>> UndergroundConfiguredFeatures.DRIPLEAF
static final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,
?>> VegetationConfiguredFeatures.FOREST_FLOWERS
static final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,
?>> UndergroundConfiguredFeatures.POINTED_DRIPSTONE
static final Feature<SimpleRandomFeatureConfig>
Feature.SIMPLE_RANDOM_SELECTOR
static final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,
?>> OceanConfiguredFeatures.WARM_OCEAN_VEGETATION
Modifier and TypeMethodDescriptionboolean
SimpleRandomFeature.generate
(FeatureContext<SimpleRandomFeatureConfig> context) ModifierConstructorDescriptionSimpleRandomFeature
(com.mojang.serialization.Codec<SimpleRandomFeatureConfig> configCodec)