| Package | Description |
|---|---|
| eu.wauz.wauzcore.arcade |
This package contains classes for the arcade gamemode.
|
| eu.wauz.wauzcore.commands |
This package contains commands, made to be executed by players.
|
| eu.wauz.wauzcore.commands.administrative |
This package contains commands, made to be executed by admins, for debugging purposes.
|
| eu.wauz.wauzcore.items |
This package contains general classes for creating and interacting with custom items.
|
| eu.wauz.wauzcore.items.enhancements.armor |
This package contains enhancements, that can be applied to custom armor.
|
| eu.wauz.wauzcore.items.enhancements.weapon |
This package contains enhancements, that can be applied to custom weapons.
|
| eu.wauz.wauzcore.items.runes |
This package contains runes, that can be inserted in custom weapons.
|
| eu.wauz.wauzcore.items.scrolls |
This package contains scrolls, that can be used on items or on their own for different effects.
|
| eu.wauz.wauzcore.items.weapons |
This package contains mechanics for custom weapons and tools.
|
| eu.wauz.wauzcore.menu |
This package contains inventory classes, used as menu or for other custom interaction mechanics.
|
| eu.wauz.wauzcore.menu.abilities |
This package contains inventory classes, used as menu for ability mechanics.
|
| eu.wauz.wauzcore.menu.collection |
This package contains inventory classes, used as menu for collection mechanics.
|
| eu.wauz.wauzcore.menu.social |
This package contains inventory classes, used as menu for social mechanics.
|
| eu.wauz.wauzcore.mobs.pets |
This package contains classes, that are used for the pet system.
|
| eu.wauz.wauzcore.mobs.towers |
This package contains the mechanics for defense towers.
|
| eu.wauz.wauzcore.players.classes |
This package contains the choosable character classes and subclasses.
|
| eu.wauz.wauzcore.skills |
This package contains classes for creating and executing player and mob skills.
|
| eu.wauz.wauzcore.skills.passive |
This package contains passive skills, which improve through certain actions.
|
| eu.wauz.wauzcore.skills.skillgems |
This package contains skills, which are usable through the fitting skillgem.
|
| eu.wauz.wauzcore.system.annotations |
This package contains all custom annotations of the engine.
|
| Class and Description |
|---|
| Minigame
An annotation to mark classes as minigames, to automatically register them on startup.
|
| Class and Description |
|---|
| Command
An annotation to mark classes as commands, to automatically register them on startup.
|
| Class and Description |
|---|
| Command
An annotation to mark classes as commands, to automatically register them on startup.
|
| Class and Description |
|---|
| Item
An annotation to mark classes as items, to automatically register them on startup.
|
| Class and Description |
|---|
| Enhancement
An annotation to mark classes as enhancements, to automatically register them on startup.
|
| Class and Description |
|---|
| Enhancement
An annotation to mark classes as enhancements, to automatically register them on startup.
|
| Class and Description |
|---|
| Rune
An annotation to mark classes as runes, to automatically register them on startup.
|
| Class and Description |
|---|
| Item
An annotation to mark classes as items, to automatically register them on startup.
|
| Scroll
An annotation to mark classes as scrolls, to automatically register them on startup.
|
| Class and Description |
|---|
| Item
An annotation to mark classes as items, to automatically register them on startup.
|
| Class and Description |
|---|
| Item
An annotation to mark classes as items, to automatically register them on startup.
|
| PublicMenu
An annotation to mark classes as public menus, to automatically register them on startup.
|
| Class and Description |
|---|
| PublicMenu
An annotation to mark classes as public menus, to automatically register them on startup.
|
| Class and Description |
|---|
| PublicMenu
An annotation to mark classes as public menus, to automatically register them on startup.
|
| Class and Description |
|---|
| PublicMenu
An annotation to mark classes as public menus, to automatically register them on startup.
|
| Class and Description |
|---|
| PetAbility
An annotation to mark classes as pet abilities, to automatically register them on startup.
|
| Class and Description |
|---|
| Tower
An annotation to mark classes as towers, to automatically register them on startup.
|
| Class and Description |
|---|
| CharacterClass
An annotation to mark classes as character classes, to automatically register them on startup.
|
| Class and Description |
|---|
| Skill
An annotation to mark classes as non-gem skills, to automatically register them on startup.
|
| Class and Description |
|---|
| PassiveSkill
An annotation to mark classes as passive skills, to automatically register them on startup.
|
| Class and Description |
|---|
| Skillgem
An annotation to mark classes as skillgems, to automatically register them on startup.
|
| Class and Description |
|---|
| AnnotationLoader
Used to load premade content through the use of annotations.
|