Uses of Class
net.minecraft.world.gen.feature.BlockPileFeatureConfig
Packages that use BlockPileFeatureConfig
-
Uses of BlockPileFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BlockPileFeatureConfigModifier and TypeFieldDescriptionstatic final BlockPileFeatureConfigConfiguredFeatures.Configs.CRIMSON_ROOTS_CONFIGstatic final BlockPileFeatureConfigConfiguredFeatures.Configs.NETHER_SPROUTS_CONFIGstatic final BlockPileFeatureConfigConfiguredFeatures.Configs.WARPED_ROOTS_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type BlockPileFeatureConfigModifier and TypeFieldDescriptionstatic final Feature<BlockPileFeatureConfig>Feature.BLOCK_PILEstatic final com.mojang.serialization.Codec<BlockPileFeatureConfig>BlockPileFeatureConfig.CODECstatic final Feature<BlockPileFeatureConfig>Feature.NETHER_FOREST_VEGETATIONMethods in net.minecraft.world.gen.feature with parameters of type BlockPileFeatureConfigModifier and TypeMethodDescriptionprivate voidBlockPileFeature.addPileBlock(WorldAccess world, BlockPos pos, Random random, BlockPileFeatureConfig config) static booleanNetherForestVegetationFeature.generate(WorldAccess world, Random random, BlockPos pos, BlockPileFeatureConfig config, int int2, int int3) Method parameters in net.minecraft.world.gen.feature with type arguments of type BlockPileFeatureConfigModifier and TypeMethodDescriptionbooleanBlockPileFeature.generate(FeatureContext<BlockPileFeatureConfig> context) booleanNetherForestVegetationFeature.generate(FeatureContext<BlockPileFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type BlockPileFeatureConfigModifierConstructorDescriptionBlockPileFeature(com.mojang.serialization.Codec<BlockPileFeatureConfig> configCodec) NetherForestVegetationFeature(com.mojang.serialization.Codec<BlockPileFeatureConfig> configCodec)