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.features
Fields in net.minecraft.data.worldgen.features with type parameters of type BlockPileConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_HAY
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_ICE
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_MELON
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_PUMPKIN
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_SNOW
-
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 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 TypeMethodDescriptionboolean
BlockPileFeature.place
(FeaturePlaceContext<BlockPileConfiguration> p_159473_) 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