Class SymlinkWarningScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class SymlinkWarningScreen extends Screen
Mappings:
Namespace Name
official euv
intermediary net/minecraft/class_8586
named net/minecraft/client/gui/screen/world/SymlinkWarningScreen
  • Field Details

    • TITLE

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      official a Leuv;a:Lsw;
      intermediary field_44964 Lnet/minecraft/class_8586;field_44964:Lnet/minecraft/class_2561;
      named TITLE Lnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;TITLE:Lnet/minecraft/text/Text;
    • MESSAGE

      private static final Text MESSAGE
      Mappings:
      Namespace Name Mixin selector
      official b Leuv;b:Lsw;
      intermediary field_44965 Lnet/minecraft/class_8586;field_44965:Lnet/minecraft/class_2561;
      named MESSAGE Lnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;MESSAGE:Lnet/minecraft/text/Text;
    • parent

      @Nullable private final @Nullable Screen parent
      Mappings:
      Namespace Name Mixin selector
      official c Leuv;c:Leuq;
      intermediary field_44966 Lnet/minecraft/class_8586;field_44966:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • grid

      private final GridWidget grid
      Mappings:
      Namespace Name Mixin selector
      official k Leuv;k:Lesf;
      intermediary field_44967 Lnet/minecraft/class_8586;field_44967:Lnet/minecraft/class_7845;
      named grid Lnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;grid:Lnet/minecraft/client/gui/widget/GridWidget;
  • Constructor Details

    • SymlinkWarningScreen

      public SymlinkWarningScreen(@Nullable @Nullable Screen parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leuv;<init>(Leuq;)V
      intermediary <init> Lnet/minecraft/class_8586;<init>(Lnet/minecraft/class_437;)V
      named <init> Lnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
  • Method Details

    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      This should call Screen.setInitialFocus(net.minecraft.client.gui.Element) to set the element that is initially focused.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Leuq;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • initTabNavigation

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aG_ Leuq;aG_()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Leqh;a(Leox;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official au_ Leuq;au_()Lsw;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aw_ Leuq;aw_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V