Uses of Class
net.minecraft.world.gen.feature.BlockClusterFeatureConfig
Packages that use BlockClusterFeatureConfig
-
Uses of BlockClusterFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BlockClusterFeatureConfigModifier and TypeFieldDescriptionstatic final BlockClusterFeatureConfigFeatures.Configs.DEAD_BUSH_CONFIGstatic final BlockClusterFeatureConfigFeatures.Configs.DEFAULT_FLOWER_CONFIGstatic final BlockClusterFeatureConfigFeatures.Configs.DEFAULT_GRASS_CONFIGstatic final BlockClusterFeatureConfigFeatures.Configs.JUNGLE_GRASS_CONFIGstatic final BlockClusterFeatureConfigFeatures.Configs.SUGAR_CANE_CONFIGstatic final BlockClusterFeatureConfigFeatures.Configs.SWEET_BERRY_BUSH_CONFIGstatic final BlockClusterFeatureConfigFeatures.Configs.TAIGA_GRASS_CONFIGstatic final BlockClusterFeatureConfigFeatures.Configs.TALL_GRASS_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type BlockClusterFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockClusterFeatureConfig>BlockClusterFeatureConfig.CODECstatic final FlowersFeature<BlockClusterFeatureConfig>Feature.FLOWERstatic final FlowersFeature<BlockClusterFeatureConfig>Feature.NO_BONEMEAL_FLOWERstatic final Feature<BlockClusterFeatureConfig>Feature.RANDOM_PATCHMethods in net.minecraft.world.gen.feature that return BlockClusterFeatureConfigMethods in net.minecraft.world.gen.feature with parameters of type BlockClusterFeatureConfigModifier and TypeMethodDescriptionintDefaultFlowersFeature.getCount(BlockClusterFeatureConfig p_225560_1_) DefaultFlowersFeature.getPos(Random p_225561_1_, BlockPos p_225561_2_, BlockClusterFeatureConfig p_225561_3_) DefaultFlowersFeature.getRandomFlower(Random p_225562_1_, BlockPos p_225562_2_, BlockClusterFeatureConfig p_225562_3_) booleanDefaultFlowersFeature.isValid(IWorld p_225559_1_, BlockPos p_225559_2_, BlockClusterFeatureConfig p_225559_3_) booleanRandomPatchFeature.place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockClusterFeatureConfig p_241855_5_) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type BlockClusterFeatureConfigModifierConstructorDescriptionDefaultFlowersFeature(com.mojang.serialization.Codec<BlockClusterFeatureConfig> p_i231945_1_) RandomPatchFeature(com.mojang.serialization.Codec<BlockClusterFeatureConfig> p_i231979_1_)