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 RandomPatchConfiguration
Features.Configs.DEAD_BUSH_CONFIG
static RandomPatchConfiguration
Features.Configs.DEFAULT_FLOWER_CONFIG
static RandomPatchConfiguration
Features.Configs.DEFAULT_GRASS_CONFIG
static RandomPatchConfiguration
Features.Configs.JUNGLE_GRASS_CONFIG
static RandomPatchConfiguration
Features.Configs.SUGAR_CANE_CONFIG
static RandomPatchConfiguration
Features.Configs.SWEET_BERRY_BUSH_CONFIG
static RandomPatchConfiguration
Features.Configs.TAIGA_GRASS_CONFIG
static RandomPatchConfiguration
Features.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.FLOWER
Feature.NO_BONEMEAL_FLOWER
static Feature<RandomPatchConfiguration>
Feature.RANDOM_PATCH
Methods in net.minecraft.world.level.levelgen.feature with parameters of type RandomPatchConfigurationModifier and TypeMethodDescriptionint
DefaultFlowerFeature.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_)
boolean
DefaultFlowerFeature.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 TypeMethodDescriptionboolean
RandomPatchFeature.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.CODEC
Methods in net.minecraft.world.level.levelgen.feature.configurations that return RandomPatchConfiguration