Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.BlockPileConfiguration
Packages that use BlockPileConfiguration
Package
Description
-
Uses of BlockPileConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type BlockPileConfigurationMethods in net.minecraft.world.level.levelgen.feature with parameters of type BlockPileConfigurationModifier and TypeMethodDescriptionprivate void
BlockPileFeature.tryPlaceBlock
(LevelAccessor pLevel, BlockPos pPos, RandomSource pRandom, BlockPileConfiguration pConfig) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockPileConfigurationModifier and TypeMethodDescriptionboolean
BlockPileFeature.place
(FeaturePlaceContext<BlockPileConfiguration> pContext) Places the given feature at the given location.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockPileConfigurationModifierConstructorDescriptionBlockPileFeature
(com.mojang.serialization.Codec<BlockPileConfiguration> p_65262_) -
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 final com.mojang.serialization.Codec
<BlockPileConfiguration> BlockPileConfiguration.CODEC