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_TREE
Methods in net.minecraft.world.level.levelgen.feature with parameters of type FallenTreeConfigurationModifier and TypeMethodDescriptionprivate void
FallenTreeFeature.placeFallenLog
(FallenTreeConfiguration pConfig, WorldGenLevel pLevel, RandomSource pRandom, int pLogLength, BlockPos.MutableBlockPos pPos, Direction pDirection) private void
FallenTreeFeature.placeFallenTree
(FallenTreeConfiguration pConfig, BlockPos pOrigin, WorldGenLevel pLevel, RandomSource pRandom) private BlockPos
FallenTreeFeature.placeLogBlock
(FallenTreeConfiguration pConfig, WorldGenLevel pLevel, RandomSource pRandom, BlockPos.MutableBlockPos pPos, Function<BlockState, BlockState> pStateModifier) private void
FallenTreeFeature.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 TypeMethodDescriptionboolean
FallenTreeFeature.place
(FeaturePlaceContext<FallenTreeConfiguration> pContext) Places the given feature at the given location.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.CODEC
Methods in net.minecraft.world.level.levelgen.feature.configurations that return FallenTreeConfiguration