Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.RandomPatchConfiguration
Package
Description
-
Uses of RandomPatchConfiguration in net.minecraft.data.worldgen
Modifier 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
Modifier and TypeFieldDescriptionFeature.FLOWER
Feature.NO_BONEMEAL_FLOWER
static Feature<RandomPatchConfiguration>
Feature.RANDOM_PATCH
Modifier 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_)
Modifier and TypeMethodDescriptionboolean
RandomPatchFeature.place(FeaturePlaceContext<RandomPatchConfiguration> p_160210_)
ModifierConstructorDescriptionDefaultFlowerFeature(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
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<RandomPatchConfiguration>
RandomPatchConfiguration.CODEC