Class ConfirmLinkScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class ConfirmLinkScreen extends ConfirmScreen
Mappings:
Namespace Name
official fbt
intermediary net/minecraft/class_407
named net/minecraft/client/gui/screen/ConfirmLinkScreen
  • Field Details

    • COPY

      private static final Text COPY
      Mappings:
      Namespace Name Mixin selector
      official k Lfbt;k:Lvf;
      intermediary field_2373 Lnet/minecraft/class_407;field_2373:Lnet/minecraft/class_2561;
      named COPY Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;COPY:Lnet/minecraft/text/Text;
    • WARNING

      private static final Text WARNING
      Mappings:
      Namespace Name Mixin selector
      official l Lfbt;l:Lvf;
      intermediary field_2372 Lnet/minecraft/class_407;field_2372:Lnet/minecraft/class_2561;
      named WARNING Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;WARNING:Lnet/minecraft/text/Text;
    • drawWarning

      private final boolean drawWarning
      Mappings:
      Namespace Name Mixin selector
      official n Lfbt;n:Z
      intermediary field_2370 Lnet/minecraft/class_407;field_2370:Z
      named drawWarning Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;drawWarning:Z
  • Constructor Details

    • ConfirmLinkScreen

      public ConfirmLinkScreen(BooleanConsumer callback, String link, boolean linkTrusted)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfbt;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Ljava/lang/String;Z)V
      intermediary <init> Lnet/minecraft/class_407;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Ljava/lang/String;Z)V
      named <init> Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Ljava/lang/String;Z)V
    • ConfirmLinkScreen

      public ConfirmLinkScreen(BooleanConsumer callback, Text title, String link, boolean linkTrusted)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfbt;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lvf;Ljava/lang/String;Z)V
      intermediary <init> Lnet/minecraft/class_407;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_2561;Ljava/lang/String;Z)V
      named <init> Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/text/Text;Ljava/lang/String;Z)V
    • ConfirmLinkScreen

      public ConfirmLinkScreen(BooleanConsumer callback, Text title, Text message, String link, Text noText, boolean linkTrusted)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfbt;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lvf;Lvf;Ljava/lang/String;Lvf;Z)V
      intermediary <init> Lnet/minecraft/class_407;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Ljava/lang/String;Lnet/minecraft/class_2561;Z)V
      named <init> Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Ljava/lang/String;Lnet/minecraft/text/Text;Z)V
  • Method Details

    • getConfirmText

      protected static MutableText getConfirmText(boolean linkTrusted, String link)
      Mappings:
      Namespace Name Mixin selector
      official a Lfbt;a(ZLjava/lang/String;)Lvt;
      intermediary method_44658 Lnet/minecraft/class_407;method_44658(ZLjava/lang/String;)Lnet/minecraft/class_5250;
      named getConfirmText Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;getConfirmText(ZLjava/lang/String;)Lnet/minecraft/text/MutableText;
    • getConfirmText

      protected static MutableText getConfirmText(boolean linkTrusted)
      Mappings:
      Namespace Name Mixin selector
      official c Lfbt;c(Z)Lvt;
      intermediary method_44659 Lnet/minecraft/class_407;method_44659(Z)Lnet/minecraft/class_5250;
      named getConfirmText Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;getConfirmText(Z)Lnet/minecraft/text/MutableText;
    • addButtons

      protected void addButtons(int y)
      Overrides:
      addButtons in class ConfirmScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lfbu;a(I)V
      intermediary method_37051 Lnet/minecraft/class_410;method_37051(I)V
      named addButtons Lnet/minecraft/client/gui/screen/ConfirmScreen;addButtons(I)V
    • copyToClipboard

      public void copyToClipboard()
      Mappings:
      Namespace Name Mixin selector
      official m Lfbt;m()V
      intermediary method_2100 Lnet/minecraft/class_407;method_2100()V
      named copyToClipboard Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;copyToClipboard()V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class ConfirmScreen
      Mappings:
      Namespace Name Mixin selector
      official a Leyj;a(Lewu;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
    • open

      public static void open(Screen parent, String url)
      Opens the confirmation screen to open url. The link is always trusted.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lfbt;a(Lfdb;Ljava/lang/String;)V
      intermediary method_49623 Lnet/minecraft/class_407;method_49623(Lnet/minecraft/class_437;Ljava/lang/String;)V
      named open Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;open(Lnet/minecraft/client/gui/screen/Screen;Ljava/lang/String;)V
    • opening

      public static ButtonWidget.PressAction opening(Screen parent, String url)
      Returns the button press action that opens the confirmation screen to open url.

      The link is always trusted.

      Returns:
      the button press action that opens the confirmation screen to open url
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lfbt;b(Lfdb;Ljava/lang/String;)Lexg$c;
      intermediary method_49625 Lnet/minecraft/class_407;method_49625(Lnet/minecraft/class_437;Ljava/lang/String;)Lnet/minecraft/class_4185$class_4241;
      named opening Lnet/minecraft/client/gui/screen/ConfirmLinkScreen;opening(Lnet/minecraft/client/gui/screen/Screen;Ljava/lang/String;)Lnet/minecraft/client/gui/widget/ButtonWidget$PressAction;