Interface IGuiInterface

All Known Implementing Classes:
CustomInterface, DebugInterface, FocusInfoInterface, LoadProgressInterface, MessagesInterface, MinimapInterface, NotificationsInterface, RunStateInterface, TableGuiInterface, TopInfoInterface

public interface IGuiInterface
  • Method Summary

    Modifier and Type Method Description
    void dispose()  
    boolean isOn()  
    void update()  
  • Method Details

    • dispose

      void dispose()
    • update

      void update()
    • isOn

      boolean isOn()