Package com.bukkit.jblaske.EpicZones

Examples of com.bukkit.jblaske.EpicZones.EpicZonePlayer


  }

  public static void addPlayer(int entityID, String name)
  {
    myPlayers.add(new EpicZonePlayer(entityID, name));
  }
View Full Code Here

TOP

Related Classes of com.bukkit.jblaske.EpicZones.EpicZonePlayer

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.