Interface PopupManager
- All Superinterfaces:
TransformerWindowManager<PopupPane>,WindowManager
A window manager for popups windows.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PopupManagercreate(MindustryPlugin plugin) Returns the update interval of the popup windows.voidsetUpdateInterval(Duration updateInterval) Sets the update interval of the popup windows.Methods inherited from interface com.xpdustry.distributor.api.gui.transform.TransformerWindowManager
addTransformerMethods inherited from interface com.xpdustry.distributor.api.gui.WindowManager
create, create, dispose, getActiveWindows
-
Method Details
-
create
-
getUpdateInterval
Duration getUpdateInterval()Returns the update interval of the popup windows. -
setUpdateInterval
Sets the update interval of the popup windows.- Parameters:
updateInterval- the update interval
-