Package | Description |
---|---|
eu.wauz.wauzcore.mobs.towers |
This package contains the mechanics for defense towers.
|
Modifier and Type | Class and Description |
---|---|
class |
TowerDamageBooster
A defense tower to help players to defend themselves from enemies.
|
class |
TowerFreezingPulse
A defense tower to help players to defend themselves from enemies.
|
class |
TowerHealthRestorer
A defense tower to help players to defend themselves from enemies.
|
class |
TowerKnockbackCannon
A defense tower to help players to defend themselves from enemies.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,DefenseTower> |
WauzTowers.towerMap
A map of all towers, indexed by tower name.
|
Modifier and Type | Method and Description |
---|---|
static DefenseTower |
WauzTowers.getTower(java.lang.String towerName)
Gets a tower for the given name from the map.
|
Modifier and Type | Method and Description |
---|---|
static void |
WauzTowers.registerTower(DefenseTower tower)
Registers a tower.
|