Class AdminCommand.移除寵物
java.lang.Object
client.messages.CommandExecute
client.messages.commands.AdminCommand.移除寵物
- Enclosing class:
AdminCommand
-
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
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
-