Uses of Class
net.minecraft.world.gen.feature.BlockPileFeatureConfig
-
Uses of BlockPileFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic BlockPileFeatureConfig
ConfiguredFeatures.Configs.CRIMSON_ROOTS_CONFIG
static BlockPileFeatureConfig
ConfiguredFeatures.Configs.NETHER_SPROUTS_CONFIG
static BlockPileFeatureConfig
ConfiguredFeatures.Configs.WARPED_ROOTS_CONFIG
Modifier and TypeFieldDescriptionstatic Feature<BlockPileFeatureConfig>
Feature.BLOCK_PILE
static com.mojang.serialization.Codec<BlockPileFeatureConfig>
BlockPileFeatureConfig.CODEC
static Feature<BlockPileFeatureConfig>
Feature.NETHER_FOREST_VEGETATION
Modifier and TypeMethodDescriptionprivate void
BlockPileFeature.addPileBlock(WorldAccess world, BlockPos pos, Random random, BlockPileFeatureConfig config)
static boolean
NetherForestVegetationFeature.generate(WorldAccess world, Random random, BlockPos pos, BlockPileFeatureConfig config, int int2, int int3)
Modifier and TypeMethodDescriptionboolean
BlockPileFeature.generate(FeatureContext<BlockPileFeatureConfig> context)
boolean
NetherForestVegetationFeature.generate(FeatureContext<BlockPileFeatureConfig> context)
ModifierConstructorDescriptionBlockPileFeature(com.mojang.serialization.Codec<BlockPileFeatureConfig> configCodec)
NetherForestVegetationFeature(com.mojang.serialization.Codec<BlockPileFeatureConfig> configCodec)