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.CODECstatic final Feature<FallenTreeFeatureConfig> Feature.FALLEN_TREEMethods in net.minecraft.world.gen.feature that return FallenTreeFeatureConfigMethods in net.minecraft.world.gen.feature with parameters of type FallenTreeFeatureConfigModifier and TypeMethodDescriptionprivate voidFallenTreeFeature.generate(FallenTreeFeatureConfig config, BlockPos pos, StructureWorldAccess world, Random random) private voidFallenTreeFeature.generateLog(FallenTreeFeatureConfig config, StructureWorldAccess world, Random random, int length, BlockPos.Mutable pos, Direction direction) private voidFallenTreeFeature.generateStump(FallenTreeFeatureConfig config, StructureWorldAccess world, Random random, BlockPos.Mutable pos) private BlockPosFallenTreeFeature.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 TypeMethodDescriptionbooleanFallenTreeFeature.generate(FeatureContext<FallenTreeFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type FallenTreeFeatureConfigModifierConstructorDescriptionFallenTreeFeature(com.mojang.serialization.Codec<FallenTreeFeatureConfig> configCodec)