Package org.mcsg.survivalgames

Examples of org.mcsg.survivalgames.SurvivalGames$Startup


    return instance;
  }
 
  @SuppressWarnings("deprecation")
  public void startThirst() {
    Bukkit.getServer().getScheduler().scheduleAsyncRepeatingTask(new SurvivalGames(), new Runnable() {
      public void run() {
        for (Game g : GameManager.getInstance().getGames()) {
          for (Player p : g.getAllPlayers()) {
            removeThirst(p, 1);
          }
View Full Code Here

TOP

Related Classes of org.mcsg.survivalgames.SurvivalGames$Startup

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.