Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RandomFeatureConfiguration
Package
Description
-
Uses of RandomFeatureConfiguration in net.minecraft.data.worldgen.features
Modifier 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.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
Modifier and TypeFieldDescriptionstatic final Feature<RandomFeatureConfiguration>
Feature.RANDOM_SELECTOR
Modifier and TypeMethodDescriptionboolean
RandomSelectorFeature.place
(FeaturePlaceContext<RandomFeatureConfiguration> p_160212_) ModifierConstructorDescriptionRandomSelectorFeature
(com.mojang.serialization.Codec<RandomFeatureConfiguration> p_66619_) -
Uses of RandomFeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomFeatureConfiguration>
RandomFeatureConfiguration.CODEC