Uses of Class
net.minecraft.world.gen.treedecorator.TreeDecorator
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature | |
| net.minecraft.world.gen.treedecorator |
-
Uses of TreeDecorator in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type TreeDecorator Modifier and Type Field Description private List<TreeDecorator>TreeFeatureConfig.Builder. decoratorsList<TreeDecorator>TreeFeatureConfig. decoratorsMethod parameters in net.minecraft.world.gen.feature with type arguments of type TreeDecorator Modifier and Type Method Description TreeFeatureConfig.BuilderTreeFeatureConfig.Builder. decorators(List<TreeDecorator> decorators)TreeFeatureConfigTreeFeatureConfig. setTreeDecorators(List<TreeDecorator> decorators)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type TreeDecorator Constructor Description TreeFeatureConfig(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, 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 TreeDecorator Modifier and Type Class Description classTreeDecoratorType<P extends TreeDecorator>Subclasses of TreeDecorator in net.minecraft.world.gen.treedecorator Modifier and Type Class Description classAlterGroundTreeDecoratorclassBeehiveTreeDecoratorclassCocoaBeansTreeDecoratorclassLeavesVineTreeDecoratorclassTrunkVineTreeDecoratorFields in net.minecraft.world.gen.treedecorator with type parameters of type TreeDecorator Modifier and Type Field Description static com.mojang.serialization.Codec<TreeDecorator>TreeDecorator. TYPE_CODECMethods in net.minecraft.world.gen.treedecorator with type parameters of type TreeDecorator Modifier and Type Method Description private static <P extends TreeDecorator>
TreeDecoratorType<P>TreeDecoratorType. register(String id, com.mojang.serialization.Codec<P> codec)