Interface RefreshingGUI

All Known Implementing Classes:
GUIBanker, GUICrafting

public interface RefreshingGUI
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    If the GUI implements this method, this is the method that should be using in setting all the items
    int
    How long between each refresh (ticks)
  • Method Details

    • refreshItems

      void refreshItems(SkyBlockPlayer player)
      If the GUI implements this method, this is the method that should be using in setting all the items
    • refreshRate

      int refreshRate()
      How long between each refresh (ticks)
      Returns:
      time in ticks