Class StopCommand

java.lang.Object
org.geysermc.geyser.command.GeyserCommand
org.geysermc.geyser.command.defaults.StopCommand
All Implemented Interfaces:
org.geysermc.geyser.api.command.Command

public class StopCommand extends GeyserCommand
  • Constructor Details

  • Method Details

    • execute

      public void execute(GeyserSession session, GeyserCommandSource sender, String[] args)
      Specified by:
      execute in class GeyserCommand
    • isSuggestedOpOnly

      public boolean isSuggestedOpOnly()
      Description copied from class: GeyserCommand
      Used for permission defaults on server implementations.
      Specified by:
      isSuggestedOpOnly in interface org.geysermc.geyser.api.command.Command
      Overrides:
      isSuggestedOpOnly in class GeyserCommand
      Returns:
      if this command is designated to be used only by server operators.