public class TemplateCommands extends Object
Constructor and Description |
---|
TemplateCommands(Citizens plugin) |
Modifier and Type | Method and Description |
---|---|
void |
apply(net.citizensnpcs.api.command.CommandContext args,
CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
void |
create(net.citizensnpcs.api.command.CommandContext args,
CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
void |
delete(net.citizensnpcs.api.command.CommandContext args,
CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
void |
list(net.citizensnpcs.api.command.CommandContext args,
CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
public TemplateCommands(Citizens plugin)
public void apply(net.citizensnpcs.api.command.CommandContext args, CommandSender sender, net.citizensnpcs.api.npc.NPC npc) throws net.citizensnpcs.api.command.exception.CommandException
net.citizensnpcs.api.command.exception.CommandException
public void create(net.citizensnpcs.api.command.CommandContext args, CommandSender sender, net.citizensnpcs.api.npc.NPC npc) throws net.citizensnpcs.api.command.exception.CommandException
net.citizensnpcs.api.command.exception.CommandException
public void delete(net.citizensnpcs.api.command.CommandContext args, CommandSender sender, net.citizensnpcs.api.npc.NPC npc) throws net.citizensnpcs.api.command.exception.CommandException
net.citizensnpcs.api.command.exception.CommandException
public void list(net.citizensnpcs.api.command.CommandContext args, CommandSender sender, net.citizensnpcs.api.npc.NPC npc) throws net.citizensnpcs.api.command.exception.CommandException
net.citizensnpcs.api.command.exception.CommandException
Copyright © 2019. All rights reserved.