public void endWarEvent() { if (isWarTime()) warEvent.toggleEnd(); // Automatically makes warEvent null setChangedNotify(WAR_END); }
public boolean isWarTime() { return warEvent != null ? warEvent.isWarTime() : false; }