Package net.citizensnpcs.api.event

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

Related Classes of net.citizensnpcs.api.event.NPCToggleTypeEvent

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.