Uses of Class
net.minecraft.world.gen.treedecorator.TreeDecoratorType
| Package | Description |
|---|---|
| net.minecraft.util.registry | |
| net.minecraft.world.gen.treedecorator |
-
Uses of TreeDecoratorType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type TreeDecoratorType Modifier and Type Field Description static Registry<TreeDecoratorType<?>>Registry. TREE_DECORATOR_TYPEstatic RegistryKey<Registry<TreeDecoratorType<?>>>Registry. TREE_DECORATOR_TYPE_KEY -
Uses of TreeDecoratorType in net.minecraft.world.gen.treedecorator
Fields in net.minecraft.world.gen.treedecorator declared as TreeDecoratorType Modifier and Type Field Description static TreeDecoratorType<AlterGroundTreeDecorator>TreeDecoratorType. ALTER_GROUNDstatic TreeDecoratorType<BeehiveTreeDecorator>TreeDecoratorType. BEEHIVEstatic TreeDecoratorType<CocoaBeansTreeDecorator>TreeDecoratorType. COCOAstatic TreeDecoratorType<LeavesVineTreeDecorator>TreeDecoratorType. LEAVE_VINEstatic TreeDecoratorType<TrunkVineTreeDecorator>TreeDecoratorType. TRUNK_VINEMethods in net.minecraft.world.gen.treedecorator that return TreeDecoratorType Modifier and Type Method Description protected TreeDecoratorType<?>AlterGroundTreeDecorator. 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>TreeDecoratorType. register(String id, com.mojang.serialization.Codec<P> codec)