Class SymlinkWarningScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.SymlinkWarningScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/SymlinkWarningScreenintermediary net/minecraft/class_8669official gpg
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final GridWidgetprivate final URIprivate final Textprivate final Runnableprivate static final Textprivate static final Textprivate static final Textprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, width -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, deferSubtitles, findSelectedElementData, getMusic, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, shouldCloseOnEsc, shouldPause, showsStatusEffects, switchFocus, tick, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
getBorder, isClickable, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
WORLD_TITLE
- Mappings:
Namespace Name Mixin selector named WORLD_TITLELnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;WORLD_TITLE:Lnet/minecraft/text/Text;intermediary field_45408Lnet/minecraft/class_8669;field_45408:Lnet/minecraft/class_2561;official aLgpg;a:Lym;
-
WORLD_MESSAGE
- Mappings:
Namespace Name Mixin selector named WORLD_MESSAGELnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;WORLD_MESSAGE:Lnet/minecraft/text/Text;intermediary field_45409Lnet/minecraft/class_8669;field_45409:Lnet/minecraft/class_2561;official bLgpg;b:Lym;
-
PACK_TITLE
- Mappings:
Namespace Name Mixin selector named PACK_TITLELnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;PACK_TITLE:Lnet/minecraft/text/Text;intermediary field_45410Lnet/minecraft/class_8669;field_45410:Lnet/minecraft/class_2561;official cLgpg;c:Lym;
-
PACK_MESSAGE
- Mappings:
Namespace Name Mixin selector named PACK_MESSAGELnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;PACK_MESSAGE:Lnet/minecraft/text/Text;intermediary field_45411Lnet/minecraft/class_8669;field_45411:Lnet/minecraft/class_2561;official dLgpg;d:Lym;
-
message
- Mappings:
Namespace Name Mixin selector named messageLnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;message:Lnet/minecraft/text/Text;intermediary field_45412Lnet/minecraft/class_8669;field_45412:Lnet/minecraft/class_2561;official eLgpg;e:Lym;
-
link
- Mappings:
Namespace Name Mixin selector named linkLnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;link:Ljava/net/URI;intermediary field_45413Lnet/minecraft/class_8669;field_45413:Ljava/net/URI;official fLgpg;f:Ljava/net/URI;
-
onClose
- Mappings:
Namespace Name Mixin selector named onCloseLnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;onClose:Ljava/lang/Runnable;intermediary field_46861Lnet/minecraft/class_8669;field_46861:Ljava/lang/Runnable;official tLgpg;t:Ljava/lang/Runnable;
-
grid
- Mappings:
Namespace Name Mixin selector named gridLnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;grid:Lnet/minecraft/client/gui/widget/GridWidget;intermediary field_45415Lnet/minecraft/class_8669;field_45415:Lnet/minecraft/class_7845;official uLgpg;u:Lgmf;
-
-
Constructor Details
-
SymlinkWarningScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Ljava/net/URI;Ljava/lang/Runnable;)Vintermediary <init>Lnet/minecraft/class_8669;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Ljava/net/URI;Ljava/lang/Runnable;)Vofficial <init>Lgpg;<init>(Lym;Lym;Ljava/net/URI;Ljava/lang/Runnable;)V
-
-
Method Details
-
world
- Mappings:
Namespace Name Mixin selector named worldLnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;world(Ljava/lang/Runnable;)Lnet/minecraft/client/gui/screen/Screen;intermediary method_52748Lnet/minecraft/class_8669;method_52748(Ljava/lang/Runnable;)Lnet/minecraft/class_437;official aLgpg;a(Ljava/lang/Runnable;)Lgpn;
-
pack
- Mappings:
Namespace Name Mixin selector named packLnet/minecraft/client/gui/screen/world/SymlinkWarningScreen;pack(Ljava/lang/Runnable;)Lnet/minecraft/client/gui/screen/Screen;intermediary method_52750Lnet/minecraft/class_8669;method_52750(Ljava/lang/Runnable;)Lnet/minecraft/class_437;official bLgpg;b(Ljava/lang/Runnable;)Lgpn;
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
refreshWidgetPositions
protected void refreshWidgetPositions()- Overrides:
refreshWidgetPositionsin classScreen- Mappings:
Namespace Name Mixin selector named refreshWidgetPositionsLnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()Vintermediary method_48640Lnet/minecraft/class_437;method_48640()Vofficial cLgpn;c()V
-
getNarratedTitle
- Overrides:
getNarratedTitlein classScreen- Mappings:
Namespace Name Mixin selector named getNarratedTitleLnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;official iLgpn;i()Lym;
-
close
public void close()
-