Skip to content

Commit

Permalink
Add deselect() function
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jul 29, 2023
1 parent b86bcfd commit 6fc7cb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/citizensnpcs/api/npc/NPCSelector.java
Expand Up @@ -7,6 +7,8 @@
* config or via commands.
*/
public interface NPCSelector {
void deselect(CommandSender sender);

NPC getSelected(CommandSender sender);

void select(CommandSender sender, NPC npc);
Expand Down

0 comments on commit 6fc7cb1

Please sign in to comment.