Uses of Record Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
-
Uses of RandomPatchFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomPatchFeatureConfig>
RandomPatchFeatureConfig.CODEC
static final Feature<RandomPatchFeatureConfig>
Feature.FLOWER
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.FLOWER_DEFAULT
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.FLOWER_FLOWER_FOREST
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.FLOWER_MEADOW
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.FLOWER_SWAMP
static final Feature<RandomPatchFeatureConfig>
Feature.NO_BONEMEAL_FLOWER
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> NetherConfiguredFeatures.PATCH_CRIMSON_ROOTS
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_DEAD_BUSH
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> NetherConfiguredFeatures.PATCH_FIRE
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_GRASS
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_GRASS_JUNGLE
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_LARGE_FERN
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_MELON
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_PUMPKIN
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> NetherConfiguredFeatures.PATCH_SOUL_FIRE
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_SUGAR_CANE
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_SUNFLOWER
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_TALL_GRASS
static final ConfiguredFeature<RandomPatchFeatureConfig,
?> VegetationConfiguredFeatures.PATCH_WATERLILY
static final Feature<RandomPatchFeatureConfig>
Feature.RANDOM_PATCH
Modifier and TypeMethodDescriptionstatic RandomPatchFeatureConfig
ConfiguredFeatures.createRandomPatchFeatureConfig
(int tries, PlacedFeature feature) static RandomPatchFeatureConfig
ConfiguredFeatures.createRandomPatchFeatureConfig
(ConfiguredFeature<?, ?> feature) static RandomPatchFeatureConfig
ConfiguredFeatures.createRandomPatchFeatureConfig
(ConfiguredFeature<?, ?> feature, List<Block> validGround) static RandomPatchFeatureConfig
ConfiguredFeatures.createRandomPatchFeatureConfig
(ConfiguredFeature<?, ?> feature, List<Block> validGround, int tries) private static RandomPatchFeatureConfig
VegetationConfiguredFeatures.createRandomPatchFeatureConfig
(BlockStateProvider block, int tries) Modifier and TypeMethodDescriptionboolean
RandomPatchFeature.generate
(FeatureContext<RandomPatchFeatureConfig> context) ModifierConstructorDescriptionRandomPatchFeature
(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)