Class SpigotCommandRegistry

java.lang.Object
org.geysermc.geyser.command.CommandRegistry
org.geysermc.geyser.platform.spigot.command.SpigotCommandRegistry
All Implemented Interfaces:
org.geysermc.geyser.api.event.EventRegistrar

public class SpigotCommandRegistry extends org.geysermc.geyser.command.CommandRegistry
  • Field Summary

    Fields inherited from class org.geysermc.geyser.command.CommandRegistry

    geyser, permissionDefaults
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpigotCommandRegistry(org.geysermc.geyser.GeyserImpl geyser, org.incendo.cloud.CommandManager<org.geysermc.geyser.command.GeyserCommandSource> cloud)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    description(@NonNull String command, @NonNull String locale)
     

    Methods inherited from class org.geysermc.geyser.command.CommandRegistry

    hasPermission, onRegisterPermissions, register, rootCommands, runCommand

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpigotCommandRegistry

      public SpigotCommandRegistry(org.geysermc.geyser.GeyserImpl geyser, org.incendo.cloud.CommandManager<org.geysermc.geyser.command.GeyserCommandSource> cloud)
  • Method Details

    • description

      public @NonNull String description(@NonNull String command, @NonNull String locale)
      Overrides:
      description in class org.geysermc.geyser.command.CommandRegistry