Package | Description |
---|---|
eu.wauz.wauzcore.menu.abilities |
This package contains inventory classes, used as menu for ability mechanics.
|
eu.wauz.wauzcore.players.classes |
This package contains the choosable character classes and subclasses.
|
eu.wauz.wauzcore.players.classes.cleric |
This package contains the subclasses and mechanics of the cleric class.
|
eu.wauz.wauzcore.players.classes.mage |
This package contains the subclasses and mechanics of the mage class.
|
eu.wauz.wauzcore.players.classes.rogue |
This package contains the subclasses and mechanics of the rogue class.
|
eu.wauz.wauzcore.players.classes.warrior |
This package contains the subclasses and mechanics of the warrior class.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<WauzPlayerSubclass> |
SkillMenu.subclasses
The subclasses of the player.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSubclass
A template for a subclass / mastery, that belongs to a player class.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<WauzPlayerSubclass> |
BaseClass.subclasses
An ordered list of all the classes' subclasses.
|
private java.util.Map<java.lang.String,WauzPlayerSubclass> |
BaseClass.subclassMap
A map of the classes' subclasses / masteries, indexed by name.
|
Modifier and Type | Method and Description |
---|---|
WauzPlayerSubclass |
WauzPlayerClass.getSubclass(java.lang.String subclass) |
WauzPlayerSubclass |
BaseClass.getSubclass(java.lang.String subclass) |
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzPlayerSubclass> |
WauzPlayerClass.getSubclasses() |
java.util.List<WauzPlayerSubclass> |
BaseClass.getSubclasses() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseClass.registerSubclass(WauzPlayerSubclass subclass)
Registers a subclass of the class.
|
Modifier and Type | Class and Description |
---|---|
class |
SubclassDruid
A subclass / mastery, that belongs to a player class.
|
class |
SubclassPriest
A subclass / mastery, that belongs to a player class.
|
class |
SubclassSentinel
A subclass / mastery, that belongs to a player class.
|
class |
SubclassShaman
A subclass / mastery, that belongs to a player class.
|
Modifier and Type | Class and Description |
---|---|
class |
SubclassBeguiler
A subclass / mastery, that belongs to a player class.
|
class |
SubclassDestroyer
A subclass / mastery, that belongs to a player class.
|
class |
SubclassNecromancer
A subclass / mastery, that belongs to a player class.
|
class |
SubclassWarlock
A subclass / mastery, that belongs to a player class.
|
Modifier and Type | Class and Description |
---|---|
class |
SubclassBard
A subclass / mastery, that belongs to a player class.
|
class |
SubclassJuggernaut
A subclass / mastery, that belongs to a player class.
|
class |
SubclassMarksman
A subclass / mastery, that belongs to a player class.
|
class |
SubclassUmbralist
A subclass / mastery, that belongs to a player class.
|
Modifier and Type | Class and Description |
---|---|
class |
SubclassBerserker
A subclass / mastery, that belongs to a player class.
|
class |
SubclassBulwark
A subclass / mastery, that belongs to a player class.
|
class |
SubclassPaladin
A subclass / mastery, that belongs to a player class.
|
class |
SubclassTemplar
A subclass / mastery, that belongs to a player class.
|