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 BlockClusterFeatureConfig
Features.Configs. DEAD_BUSH_CONFIG
static BlockClusterFeatureConfig
Features.Configs. DEFAULT_FLOWER_CONFIG
static BlockClusterFeatureConfig
Features.Configs. DEFAULT_GRASS_CONFIG
static BlockClusterFeatureConfig
Features.Configs. JUNGLE_GRASS_CONFIG
static BlockClusterFeatureConfig
Features.Configs. SUGAR_CANE_CONFIG
static BlockClusterFeatureConfig
Features.Configs. SWEET_BERRY_BUSH_CONFIG
static BlockClusterFeatureConfig
Features.Configs. TAIGA_GRASS_CONFIG
static BlockClusterFeatureConfig
Features.Configs. TALL_GRASS_CONFIG
Fields in net.minecraft.world.gen.feature with type parameters of type BlockClusterFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<BlockClusterFeatureConfig>
BlockClusterFeatureConfig. CODEC
static FlowersFeature<BlockClusterFeatureConfig>
Feature. FLOWER
static FlowersFeature<BlockClusterFeatureConfig>
Feature. NO_BONEMEAL_FLOWER
static Feature<BlockClusterFeatureConfig>
Feature. RANDOM_PATCH
Methods in net.minecraft.world.gen.feature that return BlockClusterFeatureConfig Modifier and Type Method Description BlockClusterFeatureConfig
BlockClusterFeatureConfig.Builder. build()
Methods in net.minecraft.world.gen.feature with parameters of type BlockClusterFeatureConfig Modifier and Type Method Description int
DefaultFlowersFeature. getCount(BlockClusterFeatureConfig p_225560_1_)
BlockPos
DefaultFlowersFeature. getPos(java.util.Random p_225561_1_, BlockPos p_225561_2_, BlockClusterFeatureConfig p_225561_3_)
BlockState
DefaultFlowersFeature. getRandomFlower(java.util.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_, 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_)
-