Package net.citizensnpcs.resources.npclib

Examples of net.citizensnpcs.resources.npclib.HumanNPC.addType()


  public void grant(Player player, int UID) {
    HumanNPC spawned = NPCManager.get(NPCManager.register(name,
        at != null ? at : player.getLocation(), player.getName(),
        NPCCreateReason.COMMAND));
    for (String type : toggles) {
      spawned.addType(type);
    }
  }

  @Override
  public boolean isTake() {
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.