Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.RandomPatchConfiguration
Package
Description
-
Uses of RandomPatchConfiguration in net.minecraft.data.worldgen.features
Modifier and TypeMethodDescriptionprivate static RandomPatchConfiguration
VegetationFeatures.grassPatch
(BlockStateProvider p_195203_, int p_195204_) static <FC extends FeatureConfiguration,
F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration
(F p_206474_, FC p_206475_) static <FC extends FeatureConfiguration,
F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration
(F p_206477_, FC p_206478_, List<Block> p_206479_) static <FC extends FeatureConfiguration,
F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration
(F p_206481_, FC p_206482_, List<Block> p_206483_, int p_206484_) static RandomPatchConfiguration
FeatureUtils.simpleRandomPatchConfiguration
(int p_206471_, Holder<PlacedFeature> p_206472_) -
Uses of RandomPatchConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final Feature<RandomPatchConfiguration>
Feature.FLOWER
static final Feature<RandomPatchConfiguration>
Feature.NO_BONEMEAL_FLOWER
static final Feature<RandomPatchConfiguration>
Feature.RANDOM_PATCH
Modifier and TypeMethodDescriptionboolean
RandomPatchFeature.place
(FeaturePlaceContext<RandomPatchConfiguration> p_160210_) ModifierConstructorDescriptionRandomPatchFeature
(com.mojang.serialization.Codec<RandomPatchConfiguration> p_66605_) -
Uses of RandomPatchConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomPatchConfiguration>
RandomPatchConfiguration.CODEC