Examples of MatchLoadEvent


Examples of org.mctourney.autoreferee.event.match.MatchLoadEvent

    {
      AutoRefMatch match;
      try { match = AutoRefMap.createMatch(this.map, this.custom); }
      catch (IOException e) { e.printStackTrace(); return; }

      MatchLoadEvent event = new MatchLoadEvent(match);
      AutoReferee.callEvent(event);

      AutoReferee plugin = AutoReferee.getInstance();
      AutoReferee.log(String.format("%s loaded %s (%s)", sender.getName(),
        match.getVersionString(), match.getWorld().getName()));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.