Package | Description |
---|---|
eu.wauz.wauzcore.players.classes |
This package contains the choosable character classes and subclasses.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Learnable> |
BaseSubclass.learnables
A list of all learnables from the mastery.
|
Modifier and Type | Method and Description |
---|---|
Learnable |
WauzPlayerSubclass.getNextLearnable(int masteryLevel)
Determines the next learnable to learn in the mastery.
|
Learnable |
BaseSubclass.getNextLearnable(int masteryLevel)
Determines the next learnable to learn in the mastery.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Learnable> |
WauzPlayerSubclass.getLearnables() |
java.util.List<Learnable> |
BaseSubclass.getLearnables() |
java.util.List<Learnable> |
WauzPlayerSubclass.getLearned(int masteryLevel)
Gets all learned learnables at the given mastery level.
|
java.util.List<Learnable> |
BaseSubclass.getLearned(int masteryLevel)
Gets all learned learnables at the given mastery level.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSubclass.registerLearnable(Learnable learnable)
Registers a learnable for the mastery.
|