net.minecraft.client.gui.screens

public class ConfirmLinkScreen

extends ConfirmScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

fsv
net.minecraft.client.gui.screens.ConfirmLinkScreen
net.minecraft.class_407
net.minecraft.client.gui.screen.ConfirmLinkScreen

Field summary

Modifier and TypeField
private static final Component
d
COPY_BUTTON_TEXT
field_2373
COPY
private static final Component
s
WARNING_TEXT
field_2372
WARNING
private final String
u
url
field_2371
link
private final boolean
v
showWarning
field_2370
drawWarning

Constructor summary

ModifierConstructor
public (it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, String link, boolean linkTrusted)
public (it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, Component title, String link, boolean linkTrusted)
public (it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, Component title, URI link, boolean linkTrusted)
public (it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, Component title, Component message, URI link, Component noText, boolean linkTrusted)
public (it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, Component title, Component message, String link, Component noText, boolean linkTrusted)

Method summary

Modifier and TypeMethod
protected static MutableComponent
a(boolean arg0, String arg1)
confirmMessage(boolean arg0, String arg1)
method_44658(boolean arg0, String arg1)
getConfirmText(boolean linkTrusted, String link)
protected static MutableComponent
c(boolean arg0)
confirmMessage(boolean arg0)
method_44659(boolean arg0)
getConfirmText(boolean linkTrusted)
protected void
a(int arg0)
addButtons(int arg0)
method_37051(int arg0)
addButtons(int arg0)
public void
k()
copyToClipboard()
method_2100()
copyToClipboard()
public void
a(fns arg0, int arg1, int arg2, float arg3)
render(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)
public static void
a(fty arg0, String arg1, boolean arg2)
confirmLinkNow(Screen arg0, String arg1, boolean arg2)
method_60866(class_437 arg0, String arg1, boolean arg2)
open(Screen parent, String url, boolean linkTrusted)
public static void
a(fty arg0, URI arg1, boolean arg2)
confirmLinkNow(Screen arg0, URI arg1, boolean arg2)
method_61034(class_437 arg0, URI arg1, boolean arg2)
open(Screen parent, URI uri, boolean linkTrusted)
public static void
a(fty arg0, URI arg1)
confirmLinkNow(Screen arg0, URI arg1)
method_61033(class_437 arg0, URI arg1)
open(Screen parent, URI uri)
public static void
a(fty arg0, String arg1)
confirmLinkNow(Screen arg0, String arg1)
method_49623(class_437 arg0, String arg1)
open(Screen parent, String url)
public static Button$OnPress
b(fty arg0, String arg1, boolean arg2)
confirmLink(Screen arg0, String arg1, boolean arg2)
method_60867(class_437 arg0, String arg1, boolean arg2)
opening(Screen parent, String url, boolean linkTrusted)
public static Button$OnPress
b(fty arg0, URI arg1, boolean arg2)
confirmLink(Screen arg0, URI arg1, boolean arg2)
method_61038(class_437 arg0, URI arg1, boolean arg2)
opening(Screen parent, URI uri, boolean linkTrusted)
public static Button$OnPress
b(fty arg0, String arg1)
confirmLink(Screen arg0, String arg1)
method_49625(class_437 arg0, String arg1)
opening(Screen parent, String url)
public static Button$OnPress
b(fty arg0, URI arg1)
confirmLink(Screen arg0, URI arg1)
method_61037(class_437 arg0, URI arg1)
opening(Screen parent, URI uri)