Uses of Class
net.minecraft.world.gen.feature.FallenTreeFeatureConfig
Packages that use FallenTreeFeatureConfig
-
Uses of FallenTreeFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type FallenTreeFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FallenTreeFeatureConfig> FallenTreeFeatureConfig.CODEC
static final Feature
<FallenTreeFeatureConfig> Feature.FALLEN_TREE
Methods in net.minecraft.world.gen.feature that return FallenTreeFeatureConfigMethods in net.minecraft.world.gen.feature with parameters of type FallenTreeFeatureConfigModifier and TypeMethodDescriptionprivate void
FallenTreeFeature.generate
(FallenTreeFeatureConfig config, BlockPos pos, StructureWorldAccess world, Random random) private void
FallenTreeFeature.generateLog
(FallenTreeFeatureConfig config, StructureWorldAccess world, Random random, int length, BlockPos.Mutable pos, Direction direction) private void
FallenTreeFeature.generateStump
(FallenTreeFeatureConfig config, StructureWorldAccess world, Random random, BlockPos.Mutable pos) private BlockPos
FallenTreeFeature.setBlockStateAndGetPos
(FallenTreeFeatureConfig config, StructureWorldAccess world, Random random, BlockPos.Mutable pos, Function<BlockState, BlockState> stateFunction) Method parameters in net.minecraft.world.gen.feature with type arguments of type FallenTreeFeatureConfigModifier and TypeMethodDescriptionboolean
FallenTreeFeature.generate
(FeatureContext<FallenTreeFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type FallenTreeFeatureConfigModifierConstructorDescriptionFallenTreeFeature
(com.mojang.serialization.Codec<FallenTreeFeatureConfig> configCodec)