Class PlayerCommand.DistributeStatCommands

java.lang.Object
client.messages.CommandExecute
client.messages.commands.PlayerCommand.DistributeStatCommands
Direct Known Subclasses:
PlayerCommand.DEX, PlayerCommand.INT, PlayerCommand.LUK, PlayerCommand.STR
Enclosing class:
PlayerCommand

public abstract static class PlayerCommand.DistributeStatCommands extends CommandExecute
  • Field Details

  • Constructor Details

    • DistributeStatCommands

      public DistributeStatCommands()
  • Method Details

    • execute

      public boolean execute(MapleClient c, String[] splitted)
      Description copied from class: CommandExecute
      The method executed when this command is used.
      Specified by:
      execute in class CommandExecute
      Parameters:
      c - the client executing this command
      splitted - the command and any arguments attached
      Returns:
      true if you want to log the command, false if not. TODO: USE CommandExecute.ReturnValue
    • getMessage

      public String getMessage()
      Specified by:
      getMessage in class CommandExecute