Uses of Class
net.minecraft.world.gen.feature.BlockStateProvidingFeatureConfig
-
Packages that use BlockStateProvidingFeatureConfig Package Description net.minecraft.world.gen.feature -
-
Uses of BlockStateProvidingFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BlockStateProvidingFeatureConfig Modifier and Type Field Description static BlockStateProvidingFeatureConfig
Features.Configs. CRIMSON_FOREST_CONFIG
static BlockStateProvidingFeatureConfig
Features.Configs. NETHER_SPROUTS_CONFIG
static BlockStateProvidingFeatureConfig
Features.Configs. WARPED_FOREST_CONFIG
Fields in net.minecraft.world.gen.feature with type parameters of type BlockStateProvidingFeatureConfig Modifier and Type Field Description static Feature<BlockStateProvidingFeatureConfig>
Feature. BLOCK_PILE
static com.mojang.serialization.Codec<BlockStateProvidingFeatureConfig>
BlockStateProvidingFeatureConfig. CODEC
static Feature<BlockStateProvidingFeatureConfig>
Feature. NETHER_FOREST_VEGETATION
Methods in net.minecraft.world.gen.feature with parameters of type BlockStateProvidingFeatureConfig Modifier and Type Method Description boolean
BlockPileFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BlockStateProvidingFeatureConfig p_241855_5_)
boolean
NetherVegetationFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BlockStateProvidingFeatureConfig p_241855_5_)
static boolean
NetherVegetationFeature. place(IWorld p_236325_0_, java.util.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_, java.util.Random p_227225_3_, BlockStateProvidingFeatureConfig p_227225_4_)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type BlockStateProvidingFeatureConfig Constructor Description BlockPileFeature(com.mojang.serialization.Codec<BlockStateProvidingFeatureConfig> p_i231932_1_)
NetherVegetationFeature(com.mojang.serialization.Codec<BlockStateProvidingFeatureConfig> p_i231971_1_)
-