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.decoratorsMethod parameters in net.minecraft.world.gen.feature with type arguments of type TreeDecoratorModifier and TypeMethodDescriptionTreeFeatureConfig.Builder.decorators(List<TreeDecorator> decorators) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type TreeDecoratorModifierConstructorDescriptionprotectedTreeFeatureConfig(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 TypeClassDescriptionclassclassclassclassclassclassclassclassFields 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