Package | Description |
---|---|
com.palmergames.bukkit.towny.war.flagwar | |
com.palmergames.bukkit.towny.war.flagwar.events |
Modifier and Type | Method and Description |
---|---|
CellUnderAttack |
Cell.getAttackData() |
static CellUnderAttack |
TownyWar.getAttackData(Cell cell) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CellUnderAttack> |
TownyWar.getCellsUnderAttackByPlayer(java.lang.String playerName) |
Modifier and Type | Method and Description |
---|---|
static void |
TownyWar.attackCanceled(CellUnderAttack cell) |
static void |
TownyWar.attackDefended(org.bukkit.entity.Player player,
CellUnderAttack cell) |
static void |
TownyWar.attackWon(CellUnderAttack cell) |
static void |
TownyWar.registerAttack(CellUnderAttack cell) |
static void |
TownyWar.removeCellUnderAttack(CellUnderAttack cell) |
Constructor and Description |
---|
CellAttackThread(CellUnderAttack cellUnderAttack) |
Modifier and Type | Method and Description |
---|---|
CellUnderAttack |
CellAttackCanceledEvent.getCell() |
CellUnderAttack |
CellWonEvent.getCellAttackData() |
CellUnderAttack |
CellAttackEvent.getData() |
Constructor and Description |
---|
CellAttackCanceledEvent(CellUnderAttack cell) |
CellWonEvent(CellUnderAttack cellAttackData) |