Uses of Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
-
Uses of RandomPatchFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic RandomPatchFeatureConfig
ConfiguredFeatures.Configs.DEAD_BUSH_CONFIG
static RandomPatchFeatureConfig
ConfiguredFeatures.Configs.DEFAULT_FLOWER_CONFIG
static RandomPatchFeatureConfig
ConfiguredFeatures.Configs.GRASS_CONFIG
static RandomPatchFeatureConfig
ConfiguredFeatures.Configs.LUSH_GRASS_CONFIG
static RandomPatchFeatureConfig
ConfiguredFeatures.Configs.SUGAR_CANE_CONFIG
static RandomPatchFeatureConfig
ConfiguredFeatures.Configs.SWEET_BERRY_BUSH_CONFIG
static RandomPatchFeatureConfig
ConfiguredFeatures.Configs.TAIGA_GRASS_CONFIG
static RandomPatchFeatureConfig
ConfiguredFeatures.Configs.TALL_GRASS_CONFIG
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<RandomPatchFeatureConfig>
RandomPatchFeatureConfig.CODEC
Feature.FLOWER
Feature.NO_BONEMEAL_FLOWER
static 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)