public class Engagement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Legion |
attacker
If engagement is ongoing, the masterBoard hex, attacker and defender
|
private Legion |
defender |
private MasterHex |
location |
private static java.util.logging.Logger |
LOGGER |
Constructor and Description |
---|
Engagement(MasterHex hex,
Legion attacker,
Legion defender) |
Modifier and Type | Method and Description |
---|---|
Legion |
getAttackingLegion() |
Legion |
getDefendingLegion() |
MasterHex |
getLocation() |
java.lang.String |
getLocationLabel() |
java.lang.String |
toString() |
private static final java.util.logging.Logger LOGGER
private final Legion attacker
private final Legion defender
private final MasterHex location
public MasterHex getLocation()
public java.lang.String getLocationLabel()
public Legion getDefendingLegion()
public Legion getAttackingLegion()
public java.lang.String toString()
toString
in class java.lang.Object