Uses of Class
net.minecraft.world.gen.feature.BlockPileFeatureConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of BlockPileFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BlockPileFeatureConfig Modifier and Type Field Description static BlockPileFeatureConfigConfiguredFeatures.Configs. CRIMSON_ROOTS_CONFIGstatic BlockPileFeatureConfigConfiguredFeatures.Configs. NETHER_SPROUTS_CONFIGstatic BlockPileFeatureConfigConfiguredFeatures.Configs. WARPED_ROOTS_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type BlockPileFeatureConfig Modifier and Type Field Description static Feature<BlockPileFeatureConfig>Feature. BLOCK_PILEstatic com.mojang.serialization.Codec<BlockPileFeatureConfig>BlockPileFeatureConfig. CODECstatic Feature<BlockPileFeatureConfig>Feature. NETHER_FOREST_VEGETATIONMethods in net.minecraft.world.gen.feature with parameters of type BlockPileFeatureConfig Modifier and Type Method Description private 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 BlockPileFeatureConfig Modifier and Type Method Description booleanBlockPileFeature. generate(FeatureContext<BlockPileFeatureConfig> context)booleanNetherForestVegetationFeature. generate(FeatureContext<BlockPileFeatureConfig> context)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type BlockPileFeatureConfig Constructor Description BlockPileFeature(com.mojang.serialization.Codec<BlockPileFeatureConfig> configCodec)NetherForestVegetationFeature(com.mojang.serialization.Codec<BlockPileFeatureConfig> configCodec)