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
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_HAY
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_ICE
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_MELON
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_PUMPKIN
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_SNOW
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)