Uses of Class
net.minecraft.world.gen.treedecorator.TreeDecoratorType
Packages that use TreeDecoratorType
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of TreeDecoratorType in net.minecraft
Fields in net.minecraft with type parameters of type TreeDecoratorTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<TreeDecoratorType<?>>>class_7924.TREE_DECORATOR_TYPE_WORLDGEN -
Uses of TreeDecoratorType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type TreeDecoratorTypeModifier and TypeFieldDescriptionstatic final Registry<TreeDecoratorType<?>>Registries.TREE_DECORATOR_TYPE -
Uses of TreeDecoratorType in net.minecraft.world.gen.treedecorator
Fields in net.minecraft.world.gen.treedecorator declared as TreeDecoratorTypeModifier and TypeFieldDescriptionstatic final TreeDecoratorType<AlterGroundTreeDecorator>TreeDecoratorType.ALTER_GROUNDstatic final TreeDecoratorType<AttachedToLeavesTreeDecorator>TreeDecoratorType.ATTACHED_TO_LEAVESstatic final TreeDecoratorType<BeehiveTreeDecorator>TreeDecoratorType.BEEHIVEstatic final TreeDecoratorType<CocoaBeansTreeDecorator>TreeDecoratorType.COCOAstatic final TreeDecoratorType<LeavesVineTreeDecorator>TreeDecoratorType.LEAVE_VINEstatic final TreeDecoratorType<TrunkVineTreeDecorator>TreeDecoratorType.TRUNK_VINEMethods in net.minecraft.world.gen.treedecorator that return TreeDecoratorTypeModifier and TypeMethodDescriptionprotected TreeDecoratorType<?>AlterGroundTreeDecorator.getType()protected TreeDecoratorType<?>AttachedToLeavesTreeDecorator.getType()protected TreeDecoratorType<?>BeehiveTreeDecorator.getType()protected TreeDecoratorType<?>CocoaBeansTreeDecorator.getType()protected TreeDecoratorType<?>LeavesVineTreeDecorator.getType()protected abstract TreeDecoratorType<?>TreeDecorator.getType()protected TreeDecoratorType<?>TrunkVineTreeDecorator.getType()private static <P extends TreeDecorator>
TreeDecoratorType<P>