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_HAYstatic final Holder<ConfiguredFeature<BlockPileConfiguration,?>> PileFeatures.PILE_ICEstatic final Holder<ConfiguredFeature<BlockPileConfiguration,?>> PileFeatures.PILE_MELONstatic final Holder<ConfiguredFeature<BlockPileConfiguration,?>> PileFeatures.PILE_PUMPKINstatic 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 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_) 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