类 AccessibilityOnboardingScreen

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

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

    • ONBOARDING_NARRATOR_MESSAGE

      private static final Component ONBOARDING_NARRATOR_MESSAGE
    • PADDING

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

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

      private final PanoramaRenderer panorama
    • logoRenderer

      private final LogoRenderer logoRenderer
    • options

      private final Options options
    • narratorAvailable

      private final boolean narratorAvailable
    • hasNarrated

      private boolean hasNarrated
    • timer

      private float timer
    • textWidget

      @Nullable private AccessibilityOnboardingTextWidget textWidget
  • 构造器详细资料

    • AccessibilityOnboardingScreen

      public AccessibilityOnboardingScreen(Options pOptions)
  • 方法详细资料

    • init

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

      private int initTitleYPos()
    • onClose

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

      private void closeAndSetScreen(Screen pScreen)
    • render

      public void render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick)
      指定者:
      render 在接口中 Renderable
      覆盖:
      render 在类中 Screen
    • handleInitialNarrationDelay

      private void handleInitialNarrationDelay()