Class Platform

java.lang.Object
ru.cwcode.commands.api.Platform

public abstract class Platform extends Object
  • Constructor Details

    • Platform

      public Platform()
  • Method Details

    • registerCommand

      public abstract void registerCommand(Command command)
    • getLogger

      public abstract Logger getLogger()
    • handleExecutionException

      public abstract void handleExecutionException(Exception exception, Command command, Sender sender)