Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RandomFeatureConfiguration
Packages that use RandomFeatureConfiguration
Package
Description
-
Uses of RandomFeatureConfiguration in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type RandomFeatureConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.BAMBOO_VEGETATION
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.BIRCH_TALL
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.DARK_FOREST_VEGETATION
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.MANGROVE_VEGETATION
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.MEADOW_TREES
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_BIRCH_AND_OAK
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_FLOWER_FOREST
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_GROVE
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_JUNGLE
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_OLD_GROWTH_PINE_TAIGA
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGA
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_PLAINS
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_SAVANNA
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_SPARSE_JUNGLE
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_TAIGA
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_WATER
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_WINDSWEPT_HILLS
-
Uses of RandomFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type RandomFeatureConfigurationModifier and TypeFieldDescriptionstatic final Feature<RandomFeatureConfiguration>
Feature.RANDOM_SELECTOR
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomFeatureConfigurationModifier and TypeMethodDescriptionboolean
RandomSelectorFeature.place
(FeaturePlaceContext<RandomFeatureConfiguration> p_160212_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomFeatureConfigurationModifierConstructorDescriptionRandomSelectorFeature
(com.mojang.serialization.Codec<RandomFeatureConfiguration> p_66619_) -
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