public class EditorCommands extends Object
Constructor and Description |
---|
EditorCommands() |
Modifier and Type | Method and Description |
---|---|
void |
copier(net.citizensnpcs.api.command.CommandContext args,
Player player,
net.citizensnpcs.api.npc.NPC npc) |
void |
equip(net.citizensnpcs.api.command.CommandContext args,
Player player,
net.citizensnpcs.api.npc.NPC npc) |
void |
path(net.citizensnpcs.api.command.CommandContext args,
CommandSender player,
net.citizensnpcs.api.npc.NPC npc) |
void |
text(net.citizensnpcs.api.command.CommandContext args,
Player player,
net.citizensnpcs.api.npc.NPC npc) |
public void copier(net.citizensnpcs.api.command.CommandContext args, Player player, net.citizensnpcs.api.npc.NPC npc)
public void equip(net.citizensnpcs.api.command.CommandContext args, Player player, net.citizensnpcs.api.npc.NPC npc)
public void path(net.citizensnpcs.api.command.CommandContext args, CommandSender player, net.citizensnpcs.api.npc.NPC npc)
public void text(net.citizensnpcs.api.command.CommandContext args, Player player, net.citizensnpcs.api.npc.NPC npc)
Copyright © 2019. All rights reserved.