Class DeathEvent
- Object
-
- BotEvent
-
- DeathEvent
-
-
Constructor Summary
Constructors Constructor Description DeathEvent(int turnNumber)
Initializes a new instance of the DeathEvent class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCritical()
Indicates if this event is critical, and hence should not be removed from event queue when it gets old.-
Methods inherited from class BotEvent
getTurnNumber
-
-
-
-
Method Detail
-
isCritical
public boolean isCritical()
Indicates if this event is critical, and hence should not be removed from event queue when it gets old.This event is critical.
- Overrides:
isCritical
in classBotEvent
- Returns:
- true
-
-