Uses of Class
net.minecraft.world.gen.feature.BlockClusterFeatureConfig
-
Uses of BlockClusterFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final BlockClusterFeatureConfig
Features.Configs.DEAD_BUSH_CONFIG
static final BlockClusterFeatureConfig
Features.Configs.DEFAULT_FLOWER_CONFIG
static final BlockClusterFeatureConfig
Features.Configs.DEFAULT_GRASS_CONFIG
static final BlockClusterFeatureConfig
Features.Configs.JUNGLE_GRASS_CONFIG
static final BlockClusterFeatureConfig
Features.Configs.SUGAR_CANE_CONFIG
static final BlockClusterFeatureConfig
Features.Configs.SWEET_BERRY_BUSH_CONFIG
static final BlockClusterFeatureConfig
Features.Configs.TAIGA_GRASS_CONFIG
static final BlockClusterFeatureConfig
Features.Configs.TALL_GRASS_CONFIG
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockClusterFeatureConfig>
BlockClusterFeatureConfig.CODEC
static final FlowersFeature<BlockClusterFeatureConfig>
Feature.FLOWER
static final FlowersFeature<BlockClusterFeatureConfig>
Feature.NO_BONEMEAL_FLOWER
static final Feature<BlockClusterFeatureConfig>
Feature.RANDOM_PATCH
Modifier and TypeMethodDescriptionint
DefaultFlowersFeature.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_) boolean
DefaultFlowersFeature.isValid
(IWorld p_225559_1_, BlockPos p_225559_2_, BlockClusterFeatureConfig p_225559_3_) boolean
RandomPatchFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockClusterFeatureConfig p_241855_5_) ModifierConstructorDescriptionDefaultFlowersFeature
(com.mojang.serialization.Codec<BlockClusterFeatureConfig> p_i231945_1_) RandomPatchFeature
(com.mojang.serialization.Codec<BlockClusterFeatureConfig> p_i231979_1_)