Uses of Class
net.minecraft.world.gen.feature.BlockClusterFeatureConfig
-
Packages that use BlockClusterFeatureConfig Package Description net.minecraft.world.gen.feature -
-
Uses of BlockClusterFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BlockClusterFeatureConfig Modifier and Type Field Description static BlockClusterFeatureConfigFeatures.Configs. DEAD_BUSH_CONFIGstatic BlockClusterFeatureConfigFeatures.Configs. DEFAULT_FLOWER_CONFIGstatic BlockClusterFeatureConfigFeatures.Configs. DEFAULT_GRASS_CONFIGstatic BlockClusterFeatureConfigFeatures.Configs. JUNGLE_GRASS_CONFIGstatic BlockClusterFeatureConfigFeatures.Configs. SUGAR_CANE_CONFIGstatic BlockClusterFeatureConfigFeatures.Configs. SWEET_BERRY_BUSH_CONFIGstatic BlockClusterFeatureConfigFeatures.Configs. TAIGA_GRASS_CONFIGstatic BlockClusterFeatureConfigFeatures.Configs. TALL_GRASS_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type BlockClusterFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<BlockClusterFeatureConfig>BlockClusterFeatureConfig. CODECstatic FlowersFeature<BlockClusterFeatureConfig>Feature. FLOWERstatic FlowersFeature<BlockClusterFeatureConfig>Feature. NO_BONEMEAL_FLOWERstatic Feature<BlockClusterFeatureConfig>Feature. RANDOM_PATCHMethods in net.minecraft.world.gen.feature that return BlockClusterFeatureConfig Modifier and Type Method Description BlockClusterFeatureConfigBlockClusterFeatureConfig.Builder. build()Methods in net.minecraft.world.gen.feature with parameters of type BlockClusterFeatureConfig Modifier and Type Method Description intDefaultFlowersFeature. getCount(BlockClusterFeatureConfig p_225560_1_)BlockPosDefaultFlowersFeature. getPos(java.util.Random p_225561_1_, BlockPos p_225561_2_, BlockClusterFeatureConfig p_225561_3_)BlockStateDefaultFlowersFeature. getRandomFlower(java.util.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_, java.util.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 BlockClusterFeatureConfig Constructor Description DefaultFlowersFeature(com.mojang.serialization.Codec<BlockClusterFeatureConfig> p_i231945_1_)RandomPatchFeature(com.mojang.serialization.Codec<BlockClusterFeatureConfig> p_i231979_1_)
-