Interface RSGameEngine

  • All Known Subinterfaces:
    RSClient

    public interface RSGameEngine
    • Method Detail

      • getCanvas

        java.awt.Canvas getCanvas()
      • getFPS

        int getFPS()
      • sendFocusGained

        void sendFocusGained​(java.awt.event.FocusEvent focusEvent)
      • sendFocusLost

        void sendFocusLost​(java.awt.event.FocusEvent focusEvent)
      • getClientThread

        java.lang.Thread getClientThread()
      • isClientThread

        default boolean isClientThread()