| Package | Description |
|---|---|
| eu.wauz.wauzcore.events |
This package contains all custom event classes used in WauzCore.
|
| eu.wauz.wauzcore.system |
This package contains general core mechanics of the engine.
|
| Modifier and Type | Field and Description |
|---|---|
private WauzTitle |
WauzPlayerEventTitleBuy.title
The name of the title to buy.
|
| Constructor and Description |
|---|
WauzPlayerEventTitleBuy(WauzTitle title)
Creates an event to buy a title.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<WauzTitle> |
WauzTitle.titleList
A list of all titles.
|
private static java.util.Map<java.lang.String,WauzTitle> |
WauzTitle.titleMap
A map of titles, indexed by name.
|
| Modifier and Type | Method and Description |
|---|---|
static WauzTitle |
WauzTitle.getTitle(java.lang.String titleName) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<WauzTitle> |
WauzTitle.getAllTitles() |