Uses of Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of RandomPatchFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RandomPatchFeatureConfig Modifier and Type Field Description static 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
Fields in net.minecraft.world.gen.feature with type parameters of type RandomPatchFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<RandomPatchFeatureConfig>
RandomPatchFeatureConfig. CODEC
static FlowerFeature<RandomPatchFeatureConfig>
Feature. FLOWER
static FlowerFeature<RandomPatchFeatureConfig>
Feature. NO_BONEMEAL_FLOWER
static Feature<RandomPatchFeatureConfig>
Feature. RANDOM_PATCH
Methods in net.minecraft.world.gen.feature that return RandomPatchFeatureConfig Modifier and Type Method Description RandomPatchFeatureConfig
RandomPatchFeatureConfig.Builder. build()
Methods in net.minecraft.world.gen.feature with parameters of type RandomPatchFeatureConfig Modifier and Type Method Description int
DefaultFlowerFeature. getFlowerAmount(RandomPatchFeatureConfig randomPatchFeatureConfig)
BlockState
DefaultFlowerFeature. getFlowerState(Random random, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig)
BlockPos
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 RandomPatchFeatureConfig Modifier and Type Method Description boolean
RandomPatchFeature. generate(FeatureContext<RandomPatchFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RandomPatchFeatureConfig Constructor Description DefaultFlowerFeature(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)
RandomPatchFeature(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)