Uses of Class
net.minecraft.world.level.levelgen.feature.FallenTreeFeature.Builder
Packages that use FallenTreeFeature.Builder
-
Uses of FallenTreeFeature.Builder in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features that return FallenTreeFeature.BuilderModifier and TypeMethodDescriptionprivate static FallenTreeFeature.BuilderTreeFeatures.createFallenBirch(int maxHeight) private static FallenTreeFeature.BuilderTreeFeatures.createFallenJungle()private static FallenTreeFeature.BuilderTreeFeatures.createFallenOak()private static FallenTreeFeature.BuilderTreeFeatures.createFallenPoplar()private static FallenTreeFeature.BuilderTreeFeatures.createFallenSpruce()private static FallenTreeFeature.BuilderTreeFeatures.createFallenTrees(Block logBlock, int minLength, int maxLength) -
Uses of FallenTreeFeature.Builder in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature that return FallenTreeFeature.BuilderModifier and TypeMethodDescriptionstatic FallenTreeFeature.BuilderFallenTreeFeature.builder(BlockStateProvider trunkProvider, IntProvider logLength) FallenTreeFeature.Builder.logDecorator(TreeDecorator logDecorator) FallenTreeFeature.Builder.stumpDecorator(TreeDecorator stumpDecorator)