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 p_410657_, WorldGenLevel p_409594_, RandomSource p_410124_, int p_410497_, BlockPos.MutableBlockPos p_410509_, Direction p_409944_) private void
FallenTreeFeature.placeFallenTree
(FallenTreeConfiguration p_409669_, BlockPos p_410693_, WorldGenLevel p_410144_, RandomSource p_410140_) private BlockPos
FallenTreeFeature.placeLogBlock
(FallenTreeConfiguration p_410467_, WorldGenLevel p_410545_, RandomSource p_409840_, BlockPos.MutableBlockPos p_410701_, Function<BlockState, BlockState> p_410338_) private void
FallenTreeFeature.placeStump
(FallenTreeConfiguration p_409699_, WorldGenLevel p_409643_, RandomSource p_409875_, BlockPos.MutableBlockPos p_409773_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type FallenTreeConfigurationModifier and TypeMethodDescriptionboolean
FallenTreeFeature.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.CODEC
Methods in net.minecraft.world.level.levelgen.feature.configurations that return FallenTreeConfiguration