Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RandomPatchConfiguration
Packages that use RandomPatchConfiguration
Package
Description
-
Uses of RandomPatchConfiguration in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen declared as RandomPatchConfigurationModifier and TypeFieldDescriptionstatic RandomPatchConfigurationFeatures.Configs.DEAD_BUSH_CONFIGstatic RandomPatchConfigurationFeatures.Configs.DEFAULT_FLOWER_CONFIGstatic RandomPatchConfigurationFeatures.Configs.DEFAULT_GRASS_CONFIGstatic RandomPatchConfigurationFeatures.Configs.JUNGLE_GRASS_CONFIGstatic RandomPatchConfigurationFeatures.Configs.SUGAR_CANE_CONFIGstatic RandomPatchConfigurationFeatures.Configs.SWEET_BERRY_BUSH_CONFIGstatic RandomPatchConfigurationFeatures.Configs.TAIGA_GRASS_CONFIGstatic RandomPatchConfigurationFeatures.Configs.TALL_GRASS_CONFIG -
Uses of RandomPatchConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type RandomPatchConfigurationModifier and TypeFieldDescriptionFeature.FLOWERFeature.NO_BONEMEAL_FLOWERstatic Feature<RandomPatchConfiguration>Feature.RANDOM_PATCHMethods in net.minecraft.world.level.levelgen.feature with parameters of type RandomPatchConfigurationModifier and TypeMethodDescriptionintDefaultFlowerFeature.getCount(RandomPatchConfiguration p_65529_)DefaultFlowerFeature.getPos(Random p_65535_, BlockPos p_65536_, RandomPatchConfiguration p_65537_)DefaultFlowerFeature.getRandomFlower(Random p_65543_, BlockPos p_65544_, RandomPatchConfiguration p_65545_)booleanDefaultFlowerFeature.isValid(LevelAccessor p_65523_, BlockPos p_65524_, RandomPatchConfiguration p_65525_)Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomPatchConfigurationModifier and TypeMethodDescriptionbooleanRandomPatchFeature.place(FeaturePlaceContext<RandomPatchConfiguration> p_160210_)Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomPatchConfigurationModifierConstructorDescriptionDefaultFlowerFeature(com.mojang.serialization.Codec<RandomPatchConfiguration> p_65517_)RandomPatchFeature(com.mojang.serialization.Codec<RandomPatchConfiguration> p_66605_) -
Uses of RandomPatchConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type RandomPatchConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<RandomPatchConfiguration>RandomPatchConfiguration.CODECMethods in net.minecraft.world.level.levelgen.feature.configurations that return RandomPatchConfiguration