Uses of Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
Packages that use RandomPatchFeatureConfig
-
Uses of RandomPatchFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RandomPatchFeatureConfigModifier 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
Fields in net.minecraft.world.gen.feature with type parameters of type RandomPatchFeatureConfigModifier 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
Methods in net.minecraft.world.gen.feature that return RandomPatchFeatureConfigMethods in net.minecraft.world.gen.feature with parameters of type RandomPatchFeatureConfigModifier 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) Method parameters in net.minecraft.world.gen.feature with type arguments of type RandomPatchFeatureConfigModifier and TypeMethodDescriptionboolean
RandomPatchFeature.generate
(FeatureContext<RandomPatchFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RandomPatchFeatureConfigModifierConstructorDescriptionDefaultFlowerFeature
(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec) RandomPatchFeature
(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)