类 OptionsSubScreen

所有已实现的接口:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement
直接已知子类:
AccessibilityOptionsScreen, ChatOptionsScreen, ControlsScreen, FontOptionsScreen, KeyBindsScreen, LanguageSelectScreen, MouseSettingsScreen, OnlineOptionsScreen, SkinCustomizationScreen, SoundOptionsScreen, VideoSettingsScreen

public abstract class OptionsSubScreen extends Screen
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • init

      protected void init()
      覆盖:
      init 在类中 Screen
    • addTitle

      protected void addTitle()
    • addContents

      protected void addContents()
    • addOptions

      protected abstract void addOptions()
    • addFooter

      protected void addFooter()
    • repositionElements

      protected void repositionElements()
      覆盖:
      repositionElements 在类中 Screen
    • removed

      public void removed()
      覆盖:
      removed 在类中 Screen
    • onClose

      public void onClose()
      覆盖:
      onClose 在类中 Screen