Class SimpleCommand

java.lang.Object
org.cloudburstmc.server.command.Command
org.cloudburstmc.server.command.simple.SimpleCommand

public class SimpleCommand extends Command
Author:
Tee7even
  • Constructor Details

  • Method Details

    • setForbidConsole

      public void setForbidConsole(boolean forbidConsole)
    • setMaxArgs

      public void setMaxArgs(int maxArgs)
    • setMinArgs

      public void setMinArgs(int minArgs)
    • sendInGameMessage

      public void sendInGameMessage(org.cloudburstmc.api.command.CommandSender sender)
    • execute

      public boolean execute(org.cloudburstmc.api.command.CommandSender sender, String commandLabel, String[] args)
      Specified by:
      execute in class Command