Package | Description |
---|---|
eu.wauz.wauzcore.system.annotations |
This package contains all custom annotations of the engine.
|
Modifier and Type | Method and Description |
---|---|
static void |
Tower.TowerAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
Skillgem.SkillgemAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
Skill.SkillAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
Scroll.ScrollAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
Rune.RuneAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
PublicMenu.MenuAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
PetAbility.AbilityAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
PassiveSkill.PassiveSkillAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
Minigame.MinigameAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
Item.ItemAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
Enhancement.EnhancementAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
Command.CommandAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|
static void |
CharacterClass.ClassAnnotationHelper.init(AnnotationLoader loader)
Registers instances of all classes, annotated with this annotation.
|