Package org.spout.api.geo.cuboid

Examples of org.spout.api.geo.cuboid.Region


    }
    for (Player player : getWorld().getPlayers()) {
      if (!player.isOnline()) {
        continue;
      }
      Region r = player.getRegion();
      r.getTaskManager().scheduleSyncDelayedTask(VanillaPlugin.getInstance(), new SnowfallTask(player, r, JUMP_TABLE[count]), TaskPriority.LOWEST);
    }
  }
View Full Code Here

TOP

Related Classes of org.spout.api.geo.cuboid.Region

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.