Class PracticerCommand.Ban
java.lang.Object
client.messages.CommandExecute
client.messages.commands.PracticerCommand.Ban
- Direct Known Subclasses:
InternCommand.HellBan
- Enclosing class:
PracticerCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintBan(MapleClient c, MapleCharacter target, StringBuilder sb) booleanexecute(MapleClient c, String[] splitted) The method executed when this command is used.Methods inherited from class CommandExecute
getType
-
Field Details
-
hellban
protected boolean hellban
-
-
Constructor Details
-
Ban
public Ban()
-
-
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
-
Ban
-