All Superinterfaces:
Runnable

public interface Controller extends Runnable
The interface for operating a controller.

The code has been copied from the official client and modified: Controller

  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    Get controller name.
    void
    Shutdown the controller.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • getName

      @NonNull @NonNull String getName()
      Get controller name.
      Returns:
      controller name
    • shutdown

      void shutdown()
      Shutdown the controller.