See: Description
Class | Description |
---|---|
AnnotationLoader |
Used to load premade content through the use of annotations.
|
CharacterClass.ClassAnnotationHelper |
An utility to help registering character classes.
|
Command.CommandAnnotationHelper |
An utility to help registering commands.
|
Enhancement.EnhancementAnnotationHelper |
An utility to help registering enhancements.
|
Item.ItemAnnotationHelper |
An utility to help registering items.
|
Minigame.MinigameAnnotationHelper |
An utility to help registering minigames.
|
PassiveSkill.PassiveSkillAnnotationHelper |
An utility to help registering passive skills.
|
PetAbility.AbilityAnnotationHelper |
An utility to help registering pet abilities.
|
PublicMenu.MenuAnnotationHelper |
An utility to help registering public menus.
|
Rune.RuneAnnotationHelper |
An utility to help registering runes.
|
Scroll.ScrollAnnotationHelper |
An utility to help registering scrolls.
|
Skill.SkillAnnotationHelper |
An utility to help registering non-gem skills.
|
Skillgem.SkillgemAnnotationHelper |
An utility to help registering skillgems.
|
Tower.TowerAnnotationHelper |
An utility to help registering towers.
|
Annotation Type | Description |
---|---|
CharacterClass |
An annotation to mark classes as character classes, to automatically register them on startup.
|
Command |
An annotation to mark classes as commands, to automatically register them on startup.
|
Enhancement |
An annotation to mark classes as enhancements, to automatically register them on startup.
|
Item |
An annotation to mark classes as items, to automatically register them on startup.
|
Minigame |
An annotation to mark classes as minigames, to automatically register them on startup.
|
PassiveSkill |
An annotation to mark classes as passive skills, to automatically register them on startup.
|
PetAbility |
An annotation to mark classes as pet abilities, to automatically register them on startup.
|
PublicMenu |
An annotation to mark classes as public menus, to automatically register them on startup.
|
Rune |
An annotation to mark classes as runes, to automatically register them on startup.
|
Scroll |
An annotation to mark classes as scrolls, to automatically register them on startup.
|
Skill |
An annotation to mark classes as non-gem skills, to automatically register them on startup.
|
Skillgem |
An annotation to mark classes as skillgems, to automatically register them on startup.
|
Tower |
An annotation to mark classes as towers, to automatically register them on startup.
|