Examples of NPCToggleTypeEvent


Examples of net.citizensnpcs.api.event.NPCToggleTypeEvent

      npc.removeType(type);
      player.sendMessage(StringUtils.wrap(npc.getName())
          + " has stopped being a " + type + ".");
    }
    Bukkit.getServer().getPluginManager()
        .callEvent(new NPCToggleTypeEvent(npc, type, npc.isType(type)));
  }
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.