Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.FallenTreeConfiguration
Packages that use FallenTreeConfiguration
Package
Description
-
Uses of FallenTreeConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type FallenTreeConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type FallenTreeConfigurationModifier and TypeFieldDescriptionstatic final Feature<FallenTreeConfiguration> Feature.FALLEN_TREEMethods in net.minecraft.world.level.levelgen.feature with parameters of type FallenTreeConfigurationModifier and TypeMethodDescriptionprivate voidFallenTreeFeature.placeFallenLog(FallenTreeConfiguration config, WorldGenLevel level, RandomSource random, int logLength, BlockPos.MutableBlockPos logStartPos, Direction direction) private voidFallenTreeFeature.placeFallenTree(FallenTreeConfiguration config, BlockPos origin, WorldGenLevel level, RandomSource random) private BlockPosFallenTreeFeature.placeLogBlock(FallenTreeConfiguration config, WorldGenLevel level, RandomSource random, BlockPos.MutableBlockPos blockPos, Function<BlockState, BlockState> sidewaysStateModifier) private voidFallenTreeFeature.placeStump(FallenTreeConfiguration config, WorldGenLevel level, RandomSource random, BlockPos.MutableBlockPos stumpPos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type FallenTreeConfigurationModifier and TypeMethodDescriptionbooleanFallenTreeFeature.place(FeaturePlaceContext<FallenTreeConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type FallenTreeConfigurationModifierConstructorDescriptionFallenTreeFeature(com.mojang.serialization.Codec<FallenTreeConfiguration> codec) -
Uses of FallenTreeConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type FallenTreeConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FallenTreeConfiguration> FallenTreeConfiguration.CODECMethods in net.minecraft.world.level.levelgen.feature.configurations that return FallenTreeConfiguration