Package net.citizensnpcs.commands
Class TemplateCommands
java.lang.Object
net.citizensnpcs.commands.TemplateCommands
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(CommandContext args, CommandSender sender, NPC npc, String templateKey) void
generate
(CommandContext args, CommandSender sender, NPC npc, String templateName) void
list
(CommandContext args, CommandSender sender, NPC npc)
-
Constructor Details
-
TemplateCommands
-
-
Method Details
-
apply
public void apply(CommandContext args, CommandSender sender, NPC npc, String templateKey) throws CommandException - Throws:
CommandException
-
generate
public void generate(CommandContext args, CommandSender sender, NPC npc, String templateName) throws CommandException - Throws:
CommandException
-
list
- Throws:
CommandException
-