Class OptionsScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class OptionsScreen extends Screen
  • Field Details

    • TITLE

      private static final Component TITLE
    • SKIN_CUSTOMIZATION

      private static final Component SKIN_CUSTOMIZATION
    • SOUNDS

      private static final Component SOUNDS
    • VIDEO

      private static final Component VIDEO
    • CONTROLS

      private static final Component CONTROLS
    • LANGUAGE

      private static final Component LANGUAGE
    • CHAT

      private static final Component CHAT
    • RESOURCEPACK

      private static final Component RESOURCEPACK
    • ACCESSIBILITY

      private static final Component ACCESSIBILITY
    • TELEMETRY

      private static final Component TELEMETRY
    • TELEMETRY_DISABLED_TOOLTIP

      private static final Tooltip TELEMETRY_DISABLED_TOOLTIP
    • CREDITS_AND_ATTRIBUTION

      private static final Component CREDITS_AND_ATTRIBUTION
    • COLUMNS

      private static final int COLUMNS
      See Also:
    • layout

      private final HeaderAndFooterLayout layout
    • lastScreen

      private final Screen lastScreen
    • options

      private final Options options
    • difficultyButton

      @Nullable private CycleButton<Difficulty> difficultyButton
    • lockButton

      @Nullable private LockIconButton lockButton
  • Constructor Details

    • OptionsScreen

      public OptionsScreen(Screen p_346430_, Options p_344748_)
  • Method Details