Class GMCommand.處理洗道具
java.lang.Object
client.messages.CommandExecute
client.messages.commands.GMCommand.處理洗道具
- Enclosing class:
GMCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(MapleClient c, String[] splitted) The method executed when this command is used.voidHandleOffline(MapleClient c, int chr, long inventoryitemid, long equiponlyid) Methods inherited from class CommandExecute
getType
-
Constructor Details
-
處理洗道具
public 處理洗道具()
-
-
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
-
getMessage
- Specified by:
getMessagein classCommandExecute
-
HandleOffline
-