Class TerminalTab

java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab
net.minheur.potoflux.screen.tabs.all.TerminalTab

public class TerminalTab extends BaseTab
The tab that contains the terminal of potoflux.
  • Constructor Details

    • TerminalTab

      public TerminalTab()
  • Method Details

    • setPanel

      protected void setPanel()
      This is the actual method to set the panel.
      The overriding class will have to use this to add content to the BaseTab.PANEL.
      Specified by:
      setPanel in class BaseTab
    • doPreset

      protected boolean doPreset()
      Disable the preset
      Overrides:
      doPreset in class BaseTab
      Returns:
      false
    • getTerminal

      public Terminal getTerminal()
      Getter for the terminal
      Returns:
      the terminal