Package net.swofty.gui.inventory
Interface RefreshingGUI
- All Known Implementing Classes:
GUIBanker
,GUICrafting
public interface RefreshingGUI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
refreshItems
(SkyBlockPlayer player) If the GUI implements this method, this is the method that should be using in setting all the itemsint
How long between each refresh (ticks)
-
Method Details
-
refreshItems
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
-