Uses of Class
net.minecraft.world.gen.treedecorator.TreeDecorator
Packages that use TreeDecorator
-
Uses of TreeDecorator in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type TreeDecoratorModifier and TypeFieldDescriptionprivate List<TreeDecorator> TreeFeatureConfig.Builder.decoratorsfinal List<TreeDecorator> TreeFeatureConfig.decoratorsprivate List<TreeDecorator> FallenTreeFeatureConfig.Builder.logDecoratorsfinal List<TreeDecorator> FallenTreeFeatureConfig.logDecoratorsprivate List<TreeDecorator> FallenTreeFeatureConfig.Builder.stumpDecoratorsfinal List<TreeDecorator> FallenTreeFeatureConfig.stumpDecoratorsMethod parameters in net.minecraft.world.gen.feature with type arguments of type TreeDecoratorModifier and TypeMethodDescriptionprivate voidFallenTreeFeature.applyDecorators(StructureWorldAccess world, Random random, Set<BlockPos> positions, List<TreeDecorator> decorators) TreeFeatureConfig.Builder.decorators(List<TreeDecorator> decorators) FallenTreeFeatureConfig.Builder.logDecorators(List<TreeDecorator> logDecorators) FallenTreeFeatureConfig.Builder.stumpDecorators(List<TreeDecorator> stumpDecorators) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type TreeDecoratorModifierConstructorDescriptionprotectedFallenTreeFeatureConfig(BlockStateProvider trunkProvider, IntProvider logLength, List<TreeDecorator> stumpDecorators, List<TreeDecorator> logDecorators) protectedTreeFeatureConfig(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, Optional<RootPlacer> rootPlacer, BlockStateProvider dirtProvider, FeatureSize minimumSize, List<TreeDecorator> decorators, boolean ignoreVines, boolean forceDirt) -
Uses of TreeDecorator in net.minecraft.world.gen.treedecorator
Classes in net.minecraft.world.gen.treedecorator with type parameters of type TreeDecoratorSubclasses of TreeDecorator in net.minecraft.world.gen.treedecoratorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.gen.treedecorator with type parameters of type TreeDecoratorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TreeDecorator> TreeDecorator.TYPE_CODECMethods in net.minecraft.world.gen.treedecorator with type parameters of type TreeDecorator