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 pConfig, WorldGenLevel pLevel, RandomSource pRandom, int pLogLength, BlockPos.MutableBlockPos pPos, Direction pDirection) private voidFallenTreeFeature.placeFallenTree(FallenTreeConfiguration pConfig, BlockPos pOrigin, WorldGenLevel pLevel, RandomSource pRandom) private BlockPosFallenTreeFeature.placeLogBlock(FallenTreeConfiguration pConfig, WorldGenLevel pLevel, RandomSource pRandom, BlockPos.MutableBlockPos pPos, Function<BlockState, BlockState> pStateModifier) private voidFallenTreeFeature.placeStump(FallenTreeConfiguration pConfig, WorldGenLevel pLevel, RandomSource pRandom, BlockPos.MutableBlockPos pPos) 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