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
Fields 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 pos, Direction direction) private voidFallenTreeFeature.placeFallenTree(FallenTreeConfiguration config, BlockPos origin, WorldGenLevel level, RandomSource random) private BlockPosFallenTreeFeature.placeLogBlock(FallenTreeConfiguration config, WorldGenLevel level, RandomSource random, BlockPos.MutableBlockPos pos, Function<BlockState, BlockState> stateModifier) private voidFallenTreeFeature.placeStump(FallenTreeConfiguration config, WorldGenLevel level, RandomSource random, BlockPos.MutableBlockPos pos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type FallenTreeConfigurationModifier and TypeMethodDescriptionbooleanFallenTreeFeature.place(FeaturePlaceContext<FallenTreeConfiguration> p_410767_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type FallenTreeConfigurationModifierConstructorDescriptionFallenTreeFeature(com.mojang.serialization.Codec<FallenTreeConfiguration> p_410682_) -
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