类 OptionsScreen

所有已实现的接口:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class OptionsScreen extends Screen
  • 字段详细资料

    • 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
    • CREDITS_AND_ATTRIBUTION

      private static final Component CREDITS_AND_ATTRIBUTION
    • COLUMNS

      private static final int COLUMNS
      另请参阅:
    • lastScreen

      private final Screen lastScreen
    • options

      private final Options options
    • difficultyButton

      private CycleButton<Difficulty> difficultyButton
    • lockButton

      private LockIconButton lockButton
  • 构造器详细资料

    • OptionsScreen

      public OptionsScreen(Screen pLastScreen, Options pOptions)
  • 方法详细资料