Uses of Class
net.minecraft.world.gen.feature.BlockPileFeatureConfig
Packages that use BlockPileFeatureConfig
-
Uses of BlockPileFeatureConfig in net.minecraft.world.gen.feature
Subclasses of BlockPileFeatureConfig in net.minecraft.world.gen.featureFields in net.minecraft.world.gen.feature with type parameters of type BlockPileFeatureConfigModifier and TypeFieldDescriptionstatic final Feature
<BlockPileFeatureConfig> Feature.BLOCK_PILE
static final com.mojang.serialization.Codec
<BlockPileFeatureConfig> BlockPileFeatureConfig.CODEC
Methods in net.minecraft.world.gen.feature with parameters of type BlockPileFeatureConfigModifier and TypeMethodDescriptionprivate void
BlockPileFeature.addPileBlock
(WorldAccess world, BlockPos pos, Random random, BlockPileFeatureConfig config) Method parameters in net.minecraft.world.gen.feature with type arguments of type BlockPileFeatureConfigModifier and TypeMethodDescriptionboolean
BlockPileFeature.generate
(FeatureContext<BlockPileFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type BlockPileFeatureConfigModifierConstructorDescriptionBlockPileFeature
(com.mojang.serialization.Codec<BlockPileFeatureConfig> configCodec)