Class PlayerCommand.OpenNPCCommand
java.lang.Object
client.messages.CommandExecute
client.messages.commands.PlayerCommand.OpenNPCCommand
- Direct Known Subclasses:
PlayerCommand.Npc, PlayerCommand.公告, PlayerCommand.技能滿, PlayerCommand.活動, PlayerCommand.掉寶, PlayerCommand.幫助, PlayerCommand.轉生, PlayerCommand.轉職
- Enclosing class:
PlayerCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(MapleClient c, String[] splitted) The method executed when this command is used.Methods inherited from class CommandExecute
getMessage, getType
-
Field Details
-
npc
protected int npc
-
-
Constructor Details
-
OpenNPCCommand
public OpenNPCCommand()
-
-
Method Details
-
execute
Description copied from class:CommandExecuteThe method executed when this command is used.- Specified by:
executein classCommandExecute- Parameters:
c- the client executing this commandsplitted- the command and any arguments attached- Returns:
- true if you want to log the command, false if not. TODO: USE
CommandExecute.ReturnValue
-