Uses of Class
net.minecraft.world.gen.feature.BlockStateProvidingFeatureConfig
-
Uses of BlockStateProvidingFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final BlockStateProvidingFeatureConfig
Features.Configs.CRIMSON_FOREST_CONFIG
static final BlockStateProvidingFeatureConfig
Features.Configs.NETHER_SPROUTS_CONFIG
static final BlockStateProvidingFeatureConfig
Features.Configs.WARPED_FOREST_CONFIG
Modifier and TypeFieldDescriptionstatic final Feature<BlockStateProvidingFeatureConfig>
Feature.BLOCK_PILE
static final com.mojang.serialization.Codec<BlockStateProvidingFeatureConfig>
BlockStateProvidingFeatureConfig.CODEC
static final Feature<BlockStateProvidingFeatureConfig>
Feature.NETHER_FOREST_VEGETATION
Modifier and TypeMethodDescriptionboolean
BlockPileFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockStateProvidingFeatureConfig p_241855_5_) boolean
NetherVegetationFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, BlockStateProvidingFeatureConfig p_241855_5_) static boolean
NetherVegetationFeature.place
(IWorld p_236325_0_, Random p_236325_1_, BlockPos p_236325_2_, BlockStateProvidingFeatureConfig p_236325_3_, int p_236325_4_, int p_236325_5_) private void
BlockPileFeature.tryPlaceBlock
(IWorld p_227225_1_, BlockPos p_227225_2_, Random p_227225_3_, BlockStateProvidingFeatureConfig p_227225_4_) ModifierConstructorDescriptionBlockPileFeature
(com.mojang.serialization.Codec<BlockStateProvidingFeatureConfig> p_i231932_1_) NetherVegetationFeature
(com.mojang.serialization.Codec<BlockStateProvidingFeatureConfig> p_i231971_1_)