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 RandomPatchFeatureConfigConfiguredFeatures.Configs. DEAD_BUSH_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs. DEFAULT_FLOWER_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs. GRASS_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs. LUSH_GRASS_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs. SUGAR_CANE_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs. SWEET_BERRY_BUSH_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs. TAIGA_GRASS_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs. TALL_GRASS_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type RandomPatchFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<RandomPatchFeatureConfig>RandomPatchFeatureConfig. CODECstatic FlowerFeature<RandomPatchFeatureConfig>Feature. FLOWERstatic FlowerFeature<RandomPatchFeatureConfig>Feature. NO_BONEMEAL_FLOWERstatic Feature<RandomPatchFeatureConfig>Feature. RANDOM_PATCHMethods in net.minecraft.world.gen.feature that return RandomPatchFeatureConfig Modifier and Type Method Description RandomPatchFeatureConfigRandomPatchFeatureConfig.Builder. build()Methods in net.minecraft.world.gen.feature with parameters of type RandomPatchFeatureConfig Modifier and Type Method Description intDefaultFlowerFeature. getFlowerAmount(RandomPatchFeatureConfig randomPatchFeatureConfig)BlockStateDefaultFlowerFeature. getFlowerState(Random random, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig)BlockPosDefaultFlowerFeature. getPos(Random random, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig)booleanDefaultFlowerFeature. 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 booleanRandomPatchFeature. 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)