Class AbstractTransformerWindowManager.SimpleWindow

java.lang.Object
com.xpdustry.distributor.api.gui.transform.AbstractTransformerWindowManager.SimpleWindow
All Implemented Interfaces:
Window
Enclosing class:
AbstractTransformerWindowManager<T extends TransformerWindowManager<T,P>,P extends Pane>

protected final class AbstractTransformerWindowManager.SimpleWindow extends Object implements Window
  • Method Details

    • show

      public void show()
      Specified by:
      show in interface Window
    • hide

      public void hide()
      Specified by:
      hide in interface Window
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface Window
    • getViewer

      public mindustry.gen.Player getViewer()
      Specified by:
      getViewer in interface Window
    • getState

      public State getState()
      Specified by:
      getState in interface Window
    • getParent

      public @Nullable Window getParent()
      Specified by:
      getParent in interface Window
    • getPane

      public P getPane()