Class AbstractTransformerWindowManager.SimpleWindow
java.lang.Object
com.xpdustry.distributor.api.gui.transform.AbstractTransformerWindowManager.SimpleWindow
- All Implemented Interfaces:
Window
- Enclosing class:
- AbstractTransformerWindowManager<P extends Pane>
-
Method Summary
Modifier and TypeMethodDescriptiongetPane()@Nullable WindowReturns the parent window of this window.getState()Returns the state of this window.mindustry.gen.PlayerReturns the viewer of this window.voidhide()Hides this window.booleanisActive()Returns whether this window is active.voidshow()Shows this window.
-
Method Details
-
show
public void show()Description copied from interface:WindowShows this window. -
hide
public void hide()Description copied from interface:WindowHides this window. -
isActive
public boolean isActive()Description copied from interface:WindowReturns whether this window is active. -
getViewer
public mindustry.gen.Player getViewer()Description copied from interface:WindowReturns the viewer of this window. -
getState
Description copied from interface:WindowReturns the state of this window. -
getParent
Description copied from interface:WindowReturns the parent window of this window. -
getPane
-