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 TypeMethodDescriptionvoidapply(CommandContext args, CommandSender sender, NPC npc, String templateKey) voidgenerate(CommandContext args, CommandSender sender, NPC npc, String templateName) voidlist(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
-