Package org.mctourney.autoreferee

Examples of org.mctourney.autoreferee.AutoRefMatch.destroy()


      // if there was a match previously loaded, unload it
      if (prev != null)
      {
        for (Player player : prev.getWorld().getPlayers())
          player.teleport(match.getPlayerSpawn(player));
        prev.destroy(MatchUnloadEvent.Reason.COMPLETE);
      }
    }
  }

  @EventHandler(priority=EventPriority.HIGHEST, ignoreCancelled=true)
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.