Class HelpCommand

java.lang.Object
org.geysermc.geyser.command.GeyserCommand
org.geysermc.geyser.command.defaults.HelpCommand

public class HelpCommand extends GeyserCommand
  • Constructor Details

  • Method Details

    • execute

      public void execute(GeyserSession session, CommandSender sender, String[] args)
      Sends the help menu to a command sender. Will not show certain commands depending on the command sender and session.
      Specified by:
      execute in class GeyserCommand
      Parameters:
      session - The Geyser session of the command sender, if it is a bedrock player. If null, bedrock-only commands will be hidden.
      sender - The CommandSender to send the help message to.
      args - Not used.