类 AccessibilityOnboardingScreen

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

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

    • TITLE

      private static final Component TITLE
    • ONBOARDING_NARRATOR_MESSAGE

      private static final Component ONBOARDING_NARRATOR_MESSAGE
    • PADDING

      private static final int PADDING
      另请参阅:
    • TITLE_PADDING

      private static final int TITLE_PADDING
      另请参阅:
    • logoRenderer

      private final LogoRenderer logoRenderer
    • options

      private final Options options
    • narratorAvailable

      private final boolean narratorAvailable
    • hasNarrated

      private boolean hasNarrated
    • timer

      private float timer
    • onClose

      private final Runnable onClose
    • textWidget

      @Nullable private FocusableTextWidget textWidget
    • layout

      private final HeaderAndFooterLayout layout
  • 构造器详细资料

    • AccessibilityOnboardingScreen

      public AccessibilityOnboardingScreen(Options p_265483_, Runnable p_298904_)
  • 方法详细资料

    • init

      public void init()
      覆盖:
      init 在类中 Screen
    • repositionElements

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

      protected void setInitialFocus()
      覆盖:
      setInitialFocus 在类中 Screen
    • initTitleYPos

      private int initTitleYPos()
    • onClose

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

      private void closeAndSetScreen(Screen p_272914_)
    • close

      private void close(boolean p_342115_, Runnable p_299263_)
    • render

      public void render(GuiGraphics p_282353_, int p_265135_, int p_265032_, float p_265387_)
      指定者:
      render 在接口中 Renderable
      覆盖:
      render 在类中 Screen
    • renderPanorama

      protected void renderPanorama(GuiGraphics p_336323_, float p_332027_)
      覆盖:
      renderPanorama 在类中 Screen
    • handleInitialNarrationDelay

      private void handleInitialNarrationDelay()