Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.BlockPileConfiguration
Packages that use BlockPileConfiguration
Package
Description
-
Uses of BlockPileConfiguration in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen declared as BlockPileConfigurationModifier and TypeFieldDescriptionstatic BlockPileConfigurationFeatures.Configs.CRIMSON_FOREST_CONFIGstatic BlockPileConfigurationFeatures.Configs.NETHER_SPROUTS_CONFIGstatic BlockPileConfigurationFeatures.Configs.WARPED_FOREST_CONFIG -
Uses of BlockPileConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type BlockPileConfigurationModifier and TypeFieldDescriptionstatic Feature<BlockPileConfiguration>Feature.BLOCK_PILEstatic Feature<BlockPileConfiguration>Feature.NETHER_FOREST_VEGETATIONMethods in net.minecraft.world.level.levelgen.feature with parameters of type BlockPileConfigurationModifier and TypeMethodDescriptionstatic booleanNetherForestVegetationFeature.place(LevelAccessor p_66363_, Random p_66364_, BlockPos p_66365_, BlockPileConfiguration p_66366_, int p_66367_, int p_66368_)private voidBlockPileFeature.tryPlaceBlock(LevelAccessor p_65268_, BlockPos p_65269_, Random p_65270_, BlockPileConfiguration p_65271_)Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockPileConfigurationModifier and TypeMethodDescriptionbooleanBlockPileFeature.place(FeaturePlaceContext<BlockPileConfiguration> p_159473_)booleanNetherForestVegetationFeature.place(FeaturePlaceContext<BlockPileConfiguration> p_160068_)Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockPileConfigurationModifierConstructorDescriptionBlockPileFeature(com.mojang.serialization.Codec<BlockPileConfiguration> p_65262_)NetherForestVegetationFeature(com.mojang.serialization.Codec<BlockPileConfiguration> p_66361_) -
Uses of BlockPileConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type BlockPileConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<BlockPileConfiguration>BlockPileConfiguration.CODEC