Package org.mctourney.autoreferee.event.team

Examples of org.mctourney.autoreferee.event.team.ObjectiveUpdateEvent


    if (!goal.hasItem() || goal.getItemStatus() == status) return;
    getMatch().messageReferees("team", this.getName(), "state",
      goal.getItem().serialize(), status.toString());
    goal.setItemStatus(status);

    ObjectiveUpdateEvent event = new ObjectiveUpdateEvent(goal);
    AutoReferee.callEvent(event);
  }
View Full Code Here

TOP

Related Classes of org.mctourney.autoreferee.event.team.ObjectiveUpdateEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.