Examples of PacketSky


Examples of org.getspout.spoutapi.packet.PacketSky

    fogColor.clear();
    cloudColor.clear();
    for (Player player : Bukkit.getServer().getOnlinePlayers()) {
      if (player instanceof SpoutPlayer) {
        if (((SpoutPlayer)player).isSpoutCraftEnabled()) {
          ((SpoutPlayer)player).sendPacket(new PacketSky(108, 1500, 100, 100, Color.remove(), Color.remove(), Color.remove(), "[reset]", "[reset]"));
        }
      }
    }
  }
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.