Package | Description |
---|---|
eu.wauz.wauzcore.players |
This package contains classes for managing player information.
|
eu.wauz.wauzcore.players.ui |
This package contains ui classes for managing the player's user interface.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Castable> |
WauzPlayerDataSectionSkills.castableMap
A map of the unlocked castables, indexed by castable key.
|
private java.util.List<Castable> |
WauzPlayerDataSectionSkills.selectedCastables
The list of selected castables.
|
private java.util.List<Castable> |
WauzPlayerDataSectionSkills.unlockedCastables
The list of unlocked castables.
|
Modifier and Type | Method and Description |
---|---|
Castable |
WauzPlayerDataSectionSkills.getCastable(java.lang.String castableKey)
Gets an unlocked castable of the player.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Castable> |
WauzPlayerDataSectionSkills.getSelectedCastables() |
java.util.List<Castable> |
WauzPlayerDataSectionSkills.getUnlockedCastables() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
WauzPlayerActionBar.getQuickSlot(WauzPlayerData playerData,
java.util.List<Castable> selectedCastables,
int number)
Gets the action bar segment for a quick slot.
|