Uses of Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
-
Uses of RandomPatchFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final RandomPatchFeatureConfig
ConfiguredFeatures.Configs.DEAD_BUSH_CONFIG
static final RandomPatchFeatureConfig
ConfiguredFeatures.Configs.DEFAULT_FLOWER_CONFIG
static final RandomPatchFeatureConfig
ConfiguredFeatures.Configs.GRASS_CONFIG
static final RandomPatchFeatureConfig
ConfiguredFeatures.Configs.LUSH_GRASS_CONFIG
static final RandomPatchFeatureConfig
ConfiguredFeatures.Configs.SUGAR_CANE_CONFIG
static final RandomPatchFeatureConfig
ConfiguredFeatures.Configs.SWEET_BERRY_BUSH_CONFIG
static final RandomPatchFeatureConfig
ConfiguredFeatures.Configs.TAIGA_GRASS_CONFIG
static final RandomPatchFeatureConfig
ConfiguredFeatures.Configs.TALL_GRASS_CONFIG
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomPatchFeatureConfig>
RandomPatchFeatureConfig.CODEC
static final FlowerFeature<RandomPatchFeatureConfig>
Feature.FLOWER
static final FlowerFeature<RandomPatchFeatureConfig>
Feature.NO_BONEMEAL_FLOWER
static final Feature<RandomPatchFeatureConfig>
Feature.RANDOM_PATCH
Modifier and TypeMethodDescriptionint
DefaultFlowerFeature.getFlowerAmount
(RandomPatchFeatureConfig randomPatchFeatureConfig) DefaultFlowerFeature.getFlowerState
(Random random, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig) DefaultFlowerFeature.getPos
(Random random, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig) boolean
DefaultFlowerFeature.isPosValid
(WorldAccess worldAccess, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig) Modifier and TypeMethodDescriptionboolean
RandomPatchFeature.generate
(FeatureContext<RandomPatchFeatureConfig> context) ModifierConstructorDescriptionDefaultFlowerFeature
(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec) RandomPatchFeature
(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)