Uses of Class
net.minecraft.world.gen.treedecorator.TreeDecoratorType
Packages that use TreeDecoratorType
-
Uses of TreeDecoratorType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type TreeDecoratorTypeModifier and TypeFieldDescriptionstatic final Registry<TreeDecoratorType<?>> Registries.TREE_DECORATOR_TYPEstatic final RegistryKey<Registry<TreeDecoratorType<?>>> RegistryKeys.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<AttachedToLogsTreeDecorator> TreeDecoratorType.ATTACHED_TO_LOGSstatic final TreeDecoratorType<BeehiveTreeDecorator> TreeDecoratorType.BEEHIVEstatic final TreeDecoratorType<CocoaTreeDecorator> TreeDecoratorType.COCOAstatic final TreeDecoratorType<CreakingHeartTreeDecorator> TreeDecoratorType.CREAKING_HEARTstatic final TreeDecoratorType<LeavesVineTreeDecorator> TreeDecoratorType.LEAVE_VINEstatic final TreeDecoratorType<PaleMossTreeDecorator> TreeDecoratorType.PALE_MOSSstatic final TreeDecoratorType<PlaceOnGroundTreeDecorator> TreeDecoratorType.PLACE_ON_GROUNDstatic 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<?> AttachedToLogsTreeDecorator.getType()protected TreeDecoratorType<?> BeehiveTreeDecorator.getType()protected TreeDecoratorType<?> CocoaTreeDecorator.getType()protected TreeDecoratorType<?> CreakingHeartTreeDecorator.getType()protected TreeDecoratorType<?> LeavesVineTreeDecorator.getType()protected TreeDecoratorType<?> PaleMossTreeDecorator.getType()protected TreeDecoratorType<?> PlaceOnGroundTreeDecorator.getType()protected abstract TreeDecoratorType<?> TreeDecorator.getType()protected TreeDecoratorType<?> TrunkVineTreeDecorator.getType()private static <P extends TreeDecorator>
TreeDecoratorType<P>