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 BlockStateProvidingFeatureConfigFeatures.Configs. CRIMSON_FOREST_CONFIGstatic BlockStateProvidingFeatureConfigFeatures.Configs. NETHER_SPROUTS_CONFIGstatic BlockStateProvidingFeatureConfigFeatures.Configs. WARPED_FOREST_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type BlockStateProvidingFeatureConfig Modifier and Type Field Description static Feature<BlockStateProvidingFeatureConfig>Feature. BLOCK_PILEstatic com.mojang.serialization.Codec<BlockStateProvidingFeatureConfig>BlockStateProvidingFeatureConfig. CODECstatic Feature<BlockStateProvidingFeatureConfig>Feature. NETHER_FOREST_VEGETATIONMethods in net.minecraft.world.gen.feature with parameters of type BlockStateProvidingFeatureConfig Modifier and Type Method Description booleanBlockPileFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BlockStateProvidingFeatureConfig p_241855_5_)booleanNetherVegetationFeature. place(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, java.util.Random p_241855_3_, BlockPos p_241855_4_, BlockStateProvidingFeatureConfig p_241855_5_)static booleanNetherVegetationFeature. 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 voidBlockPileFeature. 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_)
-