Uses of Class
net.minecraft.world.gen.feature.RandomFeatureConfig
-
Uses of RandomFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.BAMBOO_VEGETATION
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.BIRCH_TALL
static final com.mojang.serialization.Codec<RandomFeatureConfig>
RandomFeatureConfig.CODEC
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.DARK_FOREST_VEGETATION
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.MANGROVE_VEGETATION
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.MEADOW_TREES
static final Feature<RandomFeatureConfig>
Feature.RANDOM_SELECTOR
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_BIRCH_AND_OAK
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_FLOWER_FOREST
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_GROVE
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_JUNGLE
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_OLD_GROWTH_PINE_TAIGA
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGA
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_PLAINS
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_SAVANNA
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_SPARSE_JUNGLE
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_TAIGA
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_WATER
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_WINDSWEPT_HILLS
Modifier and TypeMethodDescriptionboolean
RandomFeature.generate
(FeatureContext<RandomFeatureConfig> context) ModifierConstructorDescriptionRandomFeature
(com.mojang.serialization.Codec<RandomFeatureConfig> configCodec)