public class TraitCommands extends Object
Constructor and Description |
---|
TraitCommands() |
Modifier and Type | Method and Description |
---|---|
void |
add(net.citizensnpcs.api.command.CommandContext args,
CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
void |
configure(net.citizensnpcs.api.command.CommandContext args,
CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
void |
remove(net.citizensnpcs.api.command.CommandContext args,
CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
void |
toggle(net.citizensnpcs.api.command.CommandContext args,
CommandSender sender,
net.citizensnpcs.api.npc.NPC npc) |
public void add(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 configure(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 remove(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 toggle(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.