Constructor and Description |
---|
NPCSelector(Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
net.citizensnpcs.api.npc.NPC |
getSelected(CommandSender sender) |
void |
onNPCRemove(net.citizensnpcs.api.event.NPCRemoveEvent event) |
void |
onNPCRightClick(net.citizensnpcs.api.event.NPCRightClickEvent event) |
void |
select(CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
public NPCSelector(Plugin plugin)
public net.citizensnpcs.api.npc.NPC getSelected(CommandSender sender)
getSelected
in interface net.citizensnpcs.api.npc.NPCSelector
public void onNPCRemove(net.citizensnpcs.api.event.NPCRemoveEvent event)
public void onNPCRightClick(net.citizensnpcs.api.event.NPCRightClickEvent event)
public void select(CommandSender sender, net.citizensnpcs.api.npc.NPC npc)
Copyright © 2019. All rights reserved.