Class OptionsSubScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement
Direct Known Subclasses:
AccessibilityOptionsScreen, ChatOptionsScreen, ControlsScreen, FontOptionsScreen, KeyBindsScreen, LanguageSelectScreen, MouseSettingsScreen, OnlineOptionsScreen, SkinCustomizationScreen, SoundOptionsScreen, VideoSettingsScreen

public abstract class OptionsSubScreen extends Screen
  • Field Details

  • Constructor Details

  • Method Details

    • init

      protected void init()
      Overrides:
      init in class Screen
    • addTitle

      protected void addTitle()
    • addContents

      protected void addContents()
    • addOptions

      protected abstract void addOptions()
    • addFooter

      protected void addFooter()
    • repositionElements

      protected void repositionElements()
      Overrides:
      repositionElements in class Screen
    • removed

      public void removed()
      Overrides:
      removed in class Screen
    • onClose

      public void onClose()
      Overrides:
      onClose in class Screen