Interface CommandEvent


public interface CommandEvent
Events related to commands.
  • Field Details

    • INIT_COMMANDS

      static final Event<CommandEvent.InitCommands> INIT_COMMANDS
      Trigger: Initialization of Commands.
      Thread: Unknown | Main (server) (likely)
      See Also:
      • Commands(Commands.CommandSelection, CommandBuildContext)