Package net.minecraft.client.gui.screen
Class Screen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Direct Known Subclasses:
AbstractCommandBlockScreen,AddServerScreen,AdvancementsScreen,BackupPromptScreen,BookEditScreen,BookScreen,ChatScreen,ConfirmScreen,ConnectScreen,CreateWorldScreen,CreditsScreen,CustomizeBuffetLevelScreen,CustomizeFlatLevelScreen,DatapackFailureScreen,DeathScreen,DemoScreen,DialogScreen,DirectConnectScreen,DisconnectedScreen,DownloadingTerrainScreen,EditGameRulesScreen,EditWorldScreen,FatalErrorScreen,GameMenuScreen,GameModeSelectionScreen,GameOptionsScreen,HandledScreen,JigsawBlockScreen,LevelLoadingScreen,MultiplayerScreen,NoticeScreen,OpenToLanScreen,OptimizeWorldScreen,OptionsScreen,OutOfMemoryScreen,PackScreen,PresetsScreen,ProgressScreen,RealmsScreen,SaveLevelScreen,SelectWorldScreen,SignEditScreen,SocialInteractionsScreen,StatsScreen,StructureBlockScreen,TitleScreen,WarningScreen
- Mappings:
Namespace Name official edwintermediary net/minecraft/class_437named net/minecraft/client/gui/screen/Screen
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Nullable MinecraftClientprivate longprivate static final intintprotected ItemRendererprivate static final longprivate static final org.slf4j.Loggerprivate static final longprivate static final longprivate final ScreenNarratorprivate static final longbooleanprivate static final longprivate static final Textprivate longprivate final List<Selectable>private @Nullable Selectableprotected TextRendererprotected final TextintFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T extends Drawable>
TaddDrawable(T drawable) protected <T extends Element & Drawable & Selectable>
TaddDrawableChild(T drawableElement) protected voidprotected voidprotected <T extends Element & Selectable>
TaddSelectableChild(T child) voidvoidvoidvoidchildren()Gets a list of all child GUI elements.protected voidvoidclose()private voidconfirmLink(boolean open) voidfilesDragged(List<Path> paths) findSelectedElementData(List<? extends Selectable> selectables, @Nullable Selectable selectable) getTitle()getTooltipFromItem(ItemStack stack) booleanhandleTextClick(@Nullable Style style) static booleanstatic booleanstatic booleanprotected static voidhide(ClickableWidget[] widgets) protected voidinit()Called when a screen should be initialized.final voidinit(MinecraftClient client, int width, int height) protected voidinsertText(String text, boolean override) static booleanisCopy(int code) static booleanisCut(int code) booleanisMouseOver(double mouseX, double mouseY) Checks if the mouse position is within the bound of the element.private booleanstatic booleanisPaste(int code) static booleanisSelectAll(int code) protected booleanisValidCharacterForName(String name, char character, int cursorPos) booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.private voidnarrateScreen(boolean useTranslationsCache) protected voidnarrateScreenIfNarrationEnabled(boolean useTranslationsCache) private voidprotected voidvoidremoved()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta) voidrenderBackground(MatrixStack matrices) Renders the background of this screen.voidrenderBackground(MatrixStack matrices, int vOffset) Renders the background of this screen.voidrenderBackgroundTexture(int vOffset) Renders the fullscreen background texture of this screen.voidrenderOrderedTooltip(MatrixStack matrices, List<? extends OrderedText> lines, int x, int y) protected voidrenderTextHoverEffect(MatrixStack matrices, @Nullable Style style, int x, int y) voidrenderTooltip(MatrixStack matrices, List<Text> lines, int x, int y) voidrenderTooltip(MatrixStack matrices, List<Text> lines, Optional<TooltipData> data, int x, int y) protected voidrenderTooltip(MatrixStack matrices, ItemStack stack, int x, int y) voidrenderTooltip(MatrixStack matrices, Text text, int x, int y) private voidrenderTooltipFromComponents(MatrixStack matrices, List<TooltipComponent> components, int x, int y) voidresize(MinecraftClient client, int width, int height) voidsendMessage(String message) voidsendMessage(String message, boolean toHud) private voidsetElementNarrationDelay(long delayMs) private voidsetScreenNarrationDelay(long delayMs, boolean restartElementNarration) booleanChecks whether this screen should be closed when the escape key is pressed.booleanvoidtick()voidstatic voidwrapScreenError(Runnable task, String errorTitle, String screenName) Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods 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
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER- Mappings:
Namespace Name Mixin selector official aLedw;a:Lorg/slf4j/Logger;intermediary field_22782Lnet/minecraft/class_437;field_22782:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/gui/screen/Screen;LOGGER:Lorg/slf4j/Logger;
-
ALLOWED_PROTOCOLS
- Mappings:
Namespace Name Mixin selector official bLedw;b:Ljava/util/Set;intermediary field_22783Lnet/minecraft/class_437;field_22783:Ljava/util/Set;named ALLOWED_PROTOCOLSLnet/minecraft/client/gui/screen/Screen;ALLOWED_PROTOCOLS:Ljava/util/Set;
-
field_32270
private static final int field_32270- See Also:
- Mappings:
Namespace Name Mixin selector official cLedw;c:Iintermediary field_32270Lnet/minecraft/class_437;field_32270:Inamed field_32270Lnet/minecraft/client/gui/screen/Screen;field_32270:I
-
SCREEN_USAGE_TEXT
- Mappings:
Namespace Name Mixin selector official nLedw;n:Lqk;intermediary field_33814Lnet/minecraft/class_437;field_33814:Lnet/minecraft/class_2561;named SCREEN_USAGE_TEXTLnet/minecraft/client/gui/screen/Screen;SCREEN_USAGE_TEXT:Lnet/minecraft/text/Text;
-
SCREEN_INIT_NARRATION_DELAY
private static final long SCREEN_INIT_NARRATION_DELAY- Mappings:
Namespace Name Mixin selector official sLedw;s:Jintermediary field_33817Lnet/minecraft/class_437;field_33817:Jnamed SCREEN_INIT_NARRATION_DELAYLnet/minecraft/client/gui/screen/Screen;SCREEN_INIT_NARRATION_DELAY:J
-
NARRATOR_MODE_CHANGE_DELAY
private static final long NARRATOR_MODE_CHANGE_DELAY- Mappings:
Namespace Name Mixin selector official tLedw;t:Jintermediary field_33818Lnet/minecraft/class_437;field_33818:Jnamed NARRATOR_MODE_CHANGE_DELAYLnet/minecraft/client/gui/screen/Screen;NARRATOR_MODE_CHANGE_DELAY:J
-
MOUSE_MOVE_NARRATION_DELAY
private static final long MOUSE_MOVE_NARRATION_DELAY- See Also:
- Mappings:
Namespace Name Mixin selector official uLedw;u:Jintermediary field_33819Lnet/minecraft/class_437;field_33819:Jnamed MOUSE_MOVE_NARRATION_DELAYLnet/minecraft/client/gui/screen/Screen;MOUSE_MOVE_NARRATION_DELAY:J
-
MOUSE_PRESS_SCROLL_NARRATION_DELAY
private static final long MOUSE_PRESS_SCROLL_NARRATION_DELAY- See Also:
- Mappings:
Namespace Name Mixin selector official vLedw;v:Jintermediary field_33820Lnet/minecraft/class_437;field_33820:Jnamed MOUSE_PRESS_SCROLL_NARRATION_DELAYLnet/minecraft/client/gui/screen/Screen;MOUSE_PRESS_SCROLL_NARRATION_DELAY:J
-
KEY_PRESS_NARRATION_DELAY
private static final long KEY_PRESS_NARRATION_DELAY- See Also:
- Mappings:
Namespace Name Mixin selector official wLedw;w:Jintermediary field_33821Lnet/minecraft/class_437;field_33821:Jnamed KEY_PRESS_NARRATION_DELAYLnet/minecraft/client/gui/screen/Screen;KEY_PRESS_NARRATION_DELAY:J
-
title
- Mappings:
Namespace Name Mixin selector official dLedw;d:Lqk;intermediary field_22785Lnet/minecraft/class_437;field_22785:Lnet/minecraft/class_2561;named titleLnet/minecraft/client/gui/screen/Screen;title:Lnet/minecraft/text/Text;
-
children
- Mappings:
Namespace Name Mixin selector official oLedw;o:Ljava/util/List;intermediary field_22786Lnet/minecraft/class_437;field_22786:Ljava/util/List;named childrenLnet/minecraft/client/gui/screen/Screen;children:Ljava/util/List;
-
selectables
- Mappings:
Namespace Name Mixin selector official pLedw;p:Ljava/util/List;intermediary field_33815Lnet/minecraft/class_437;field_33815:Ljava/util/List;named selectablesLnet/minecraft/client/gui/screen/Screen;selectables:Ljava/util/List;
-
client
- Mappings:
Namespace Name Mixin selector official eLedw;e:Ldyr;intermediary field_22787Lnet/minecraft/class_437;field_22787:Lnet/minecraft/class_310;named clientLnet/minecraft/client/gui/screen/Screen;client:Lnet/minecraft/client/MinecraftClient;
-
itemRenderer
- Mappings:
Namespace Name Mixin selector official iLedw;i:Lewh;intermediary field_22788Lnet/minecraft/class_437;field_22788:Lnet/minecraft/class_918;named itemRendererLnet/minecraft/client/gui/screen/Screen;itemRenderer:Lnet/minecraft/client/render/item/ItemRenderer;
-
width
public int width- Mappings:
Namespace Name Mixin selector official jLedw;j:Iintermediary field_22789Lnet/minecraft/class_437;field_22789:Inamed widthLnet/minecraft/client/gui/screen/Screen;width:I
-
height
public int height- Mappings:
Namespace Name Mixin selector official kLedw;k:Iintermediary field_22790Lnet/minecraft/class_437;field_22790:Inamed heightLnet/minecraft/client/gui/screen/Screen;height:I
-
drawables
- Mappings:
Namespace Name Mixin selector official qLedw;q:Ljava/util/List;intermediary field_33816Lnet/minecraft/class_437;field_33816:Ljava/util/List;named drawablesLnet/minecraft/client/gui/screen/Screen;drawables:Ljava/util/List;
-
passEvents
public boolean passEvents- Mappings:
Namespace Name Mixin selector official lLedw;l:Zintermediary field_22792Lnet/minecraft/class_437;field_22792:Znamed passEventsLnet/minecraft/client/gui/screen/Screen;passEvents:Z
-
textRenderer
- Mappings:
Namespace Name Mixin selector official mLedw;m:Ldzp;intermediary field_22793Lnet/minecraft/class_437;field_22793:Lnet/minecraft/class_327;named textRendererLnet/minecraft/client/gui/screen/Screen;textRenderer:Lnet/minecraft/client/font/TextRenderer;
-
clickedLink
- Mappings:
Namespace Name Mixin selector official rLedw;r:Ljava/net/URI;intermediary field_22784Lnet/minecraft/class_437;field_22784:Ljava/net/URI;named clickedLinkLnet/minecraft/client/gui/screen/Screen;clickedLink:Ljava/net/URI;
-
narrator
- Mappings:
Namespace Name Mixin selector official xLedw;x:Lecl;intermediary field_33822Lnet/minecraft/class_437;field_33822:Lnet/minecraft/class_6385;named narratorLnet/minecraft/client/gui/screen/Screen;narrator:Lnet/minecraft/client/gui/screen/narration/ScreenNarrator;
-
elementNarrationStartTime
private long elementNarrationStartTime- Mappings:
Namespace Name Mixin selector official yLedw;y:Jintermediary field_33823Lnet/minecraft/class_437;field_33823:Jnamed elementNarrationStartTimeLnet/minecraft/client/gui/screen/Screen;elementNarrationStartTime:J
-
screenNarrationStartTime
private long screenNarrationStartTime- Mappings:
Namespace Name Mixin selector official zLedw;z:Jintermediary field_33824Lnet/minecraft/class_437;field_33824:Jnamed screenNarrationStartTimeLnet/minecraft/client/gui/screen/Screen;screenNarrationStartTime:J
-
selected
- Mappings:
Namespace Name Mixin selector official ALedw;A:Lecg;intermediary field_33813Lnet/minecraft/class_437;field_33813:Lnet/minecraft/class_6379;named selectedLnet/minecraft/client/gui/screen/Screen;selected:Lnet/minecraft/client/gui/Selectable;
-
-
Constructor Details
-
Screen
- Mappings:
Namespace Name Mixin selector official <init>Ledw;<init>(Lqk;)Vintermediary <init>Lnet/minecraft/class_437;<init>(Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/client/gui/screen/Screen;<init>(Lnet/minecraft/text/Text;)V
-
-
Method Details
-
getTitle
- Mappings:
Namespace Name Mixin selector official jLedw;j()Lqk;intermediary method_25440Lnet/minecraft/class_437;method_25440()Lnet/minecraft/class_2561;named getTitleLnet/minecraft/client/gui/screen/Screen;getTitle()Lnet/minecraft/text/Text;
-
getNarratedTitle
- Mappings:
Namespace Name Mixin selector official ag_Ledw;ag_()Lqk;intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;named getNarratedTitleLnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
-
render
- Specified by:
renderin interfaceDrawable- Mappings:
Namespace Name Mixin selector official aLeba;a(Ldtm;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLebd;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Mappings:
Namespace Name Mixin selector official ah_Ledw;ah_()Zintermediary method_25422Lnet/minecraft/class_437;method_25422()Znamed shouldCloseOnEscLnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
-
close
public void close()- Mappings:
Namespace Name Mixin selector official ai_Ledw;ai_()Vintermediary method_25419Lnet/minecraft/class_437;method_25419()Vnamed closeLnet/minecraft/client/gui/screen/Screen;close()V
-
addDrawableChild
- Mappings:
Namespace Name Mixin selector official dLedw;d(Lebd;)Lebd;intermediary method_37063Lnet/minecraft/class_437;method_37063(Lnet/minecraft/class_364;)Lnet/minecraft/class_364;named addDrawableChildLnet/minecraft/client/gui/screen/Screen;addDrawableChild(Lnet/minecraft/client/gui/Element;)Lnet/minecraft/client/gui/Element;
-
addDrawable
- Mappings:
Namespace Name Mixin selector official aLedw;a(Leba;)Leba;intermediary method_37060Lnet/minecraft/class_437;method_37060(Lnet/minecraft/class_4068;)Lnet/minecraft/class_4068;named addDrawableLnet/minecraft/client/gui/screen/Screen;addDrawable(Lnet/minecraft/client/gui/Drawable;)Lnet/minecraft/client/gui/Drawable;
-
addSelectableChild
- Mappings:
Namespace Name Mixin selector official eLedw;e(Lebd;)Lebd;intermediary method_25429Lnet/minecraft/class_437;method_25429(Lnet/minecraft/class_364;)Lnet/minecraft/class_364;named addSelectableChildLnet/minecraft/client/gui/screen/Screen;addSelectableChild(Lnet/minecraft/client/gui/Element;)Lnet/minecraft/client/gui/Element;
-
remove
- Mappings:
Namespace Name Mixin selector official fLedw;f(Lebd;)Vintermediary method_37066Lnet/minecraft/class_437;method_37066(Lnet/minecraft/class_364;)Vnamed removeLnet/minecraft/client/gui/screen/Screen;remove(Lnet/minecraft/client/gui/Element;)V
-
clearChildren
protected void clearChildren()- Mappings:
Namespace Name Mixin selector official lLedw;l()Vintermediary method_37067Lnet/minecraft/class_437;method_37067()Vnamed clearChildrenLnet/minecraft/client/gui/screen/Screen;clearChildren()V
-
renderTooltip
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ldtm;Lbuw;II)Vintermediary method_25409Lnet/minecraft/class_437;method_25409(Lnet/minecraft/class_4587;Lnet/minecraft/class_1799;II)Vnamed renderTooltipLnet/minecraft/client/gui/screen/Screen;renderTooltip(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemStack;II)V
-
renderTooltip
public void renderTooltip(MatrixStack matrices, List<Text> lines, Optional<TooltipData> data, int x, int y) - Mappings:
Namespace Name Mixin selector official aLedw;a(Ldtm;Ljava/util/List;Ljava/util/Optional;II)Vintermediary method_32634Lnet/minecraft/class_437;method_32634(Lnet/minecraft/class_4587;Ljava/util/List;Ljava/util/Optional;II)Vnamed renderTooltipLnet/minecraft/client/gui/screen/Screen;renderTooltip(Lnet/minecraft/client/util/math/MatrixStack;Ljava/util/List;Ljava/util/Optional;II)V
-
getTooltipFromItem
- Mappings:
Namespace Name Mixin selector official aLedw;a(Lbuw;)Ljava/util/List;intermediary method_25408Lnet/minecraft/class_437;method_25408(Lnet/minecraft/class_1799;)Ljava/util/List;named getTooltipFromItemLnet/minecraft/client/gui/screen/Screen;getTooltipFromItem(Lnet/minecraft/item/ItemStack;)Ljava/util/List;
-
renderTooltip
- Mappings:
Namespace Name Mixin selector official bLedw;b(Ldtm;Lqk;II)Vintermediary method_25424Lnet/minecraft/class_437;method_25424(Lnet/minecraft/class_4587;Lnet/minecraft/class_2561;II)Vnamed renderTooltipLnet/minecraft/client/gui/screen/Screen;renderTooltip(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/text/Text;II)V
-
renderTooltip
- Mappings:
Namespace Name Mixin selector official bLedw;b(Ldtm;Ljava/util/List;II)Vintermediary method_30901Lnet/minecraft/class_437;method_30901(Lnet/minecraft/class_4587;Ljava/util/List;II)Vnamed renderTooltipLnet/minecraft/client/gui/screen/Screen;renderTooltip(Lnet/minecraft/client/util/math/MatrixStack;Ljava/util/List;II)V
-
renderOrderedTooltip
public void renderOrderedTooltip(MatrixStack matrices, List<? extends OrderedText> lines, int x, int y) - Mappings:
Namespace Name Mixin selector official cLedw;c(Ldtm;Ljava/util/List;II)Vintermediary method_25417Lnet/minecraft/class_437;method_25417(Lnet/minecraft/class_4587;Ljava/util/List;II)Vnamed renderOrderedTooltipLnet/minecraft/client/gui/screen/Screen;renderOrderedTooltip(Lnet/minecraft/client/util/math/MatrixStack;Ljava/util/List;II)V
-
renderTooltipFromComponents
private void renderTooltipFromComponents(MatrixStack matrices, List<TooltipComponent> components, int x, int y) - Mappings:
Namespace Name Mixin selector official aLedw;a(Ldtm;Ljava/util/List;II)Vintermediary method_32633Lnet/minecraft/class_437;method_32633(Lnet/minecraft/class_4587;Ljava/util/List;II)Vnamed renderTooltipFromComponentsLnet/minecraft/client/gui/screen/Screen;renderTooltipFromComponents(Lnet/minecraft/client/util/math/MatrixStack;Ljava/util/List;II)V
-
renderTextHoverEffect
protected void renderTextHoverEffect(MatrixStack matrices, @Nullable @Nullable Style style, int x, int y) - Mappings:
Namespace Name Mixin selector official aLedw;a(Ldtm;Lqu;II)Vintermediary method_25418Lnet/minecraft/class_437;method_25418(Lnet/minecraft/class_4587;Lnet/minecraft/class_2583;II)Vnamed renderTextHoverEffectLnet/minecraft/client/gui/screen/Screen;renderTextHoverEffect(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/text/Style;II)V
-
insertText
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ljava/lang/String;Z)Vintermediary method_25415Lnet/minecraft/class_437;method_25415(Ljava/lang/String;Z)Vnamed insertTextLnet/minecraft/client/gui/screen/Screen;insertText(Ljava/lang/String;Z)V
-
handleTextClick
- Mappings:
Namespace Name Mixin selector official aLedw;a(Lqu;)Zintermediary method_25430Lnet/minecraft/class_437;method_25430(Lnet/minecraft/class_2583;)Znamed handleTextClickLnet/minecraft/client/gui/screen/Screen;handleTextClick(Lnet/minecraft/text/Style;)Z
-
sendMessage
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ljava/lang/String;)Vintermediary method_25427Lnet/minecraft/class_437;method_25427(Ljava/lang/String;)Vnamed sendMessageLnet/minecraft/client/gui/screen/Screen;sendMessage(Ljava/lang/String;)V
-
sendMessage
- Mappings:
Namespace Name Mixin selector official bLedw;b(Ljava/lang/String;Z)Vintermediary method_25425Lnet/minecraft/class_437;method_25425(Ljava/lang/String;Z)Vnamed sendMessageLnet/minecraft/client/gui/screen/Screen;sendMessage(Ljava/lang/String;Z)V
-
init
- Mappings:
Namespace Name Mixin selector official bLedw;b(Ldyr;II)Vintermediary method_25423Lnet/minecraft/class_437;method_25423(Lnet/minecraft/class_310;II)Vnamed initLnet/minecraft/client/gui/screen/Screen;init(Lnet/minecraft/client/MinecraftClient;II)V
-
children
Gets a list of all child GUI elements.- Specified by:
childrenin interfaceParentElement- Mappings:
Namespace Name Mixin selector official iLebc;i()Ljava/util/List;intermediary method_25396Lnet/minecraft/class_4069;method_25396()Ljava/util/List;named childrenLnet/minecraft/client/gui/ParentElement;children()Ljava/util/List;
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
- Mappings:
Namespace Name Mixin selector official bLedw;b()Vintermediary method_25426Lnet/minecraft/class_437;method_25426()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official dLedw;d()Vintermediary method_25393Lnet/minecraft/class_437;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/Screen;tick()V
-
removed
public void removed()- Mappings:
Namespace Name Mixin selector official eLedw;e()Vintermediary method_25432Lnet/minecraft/class_437;method_25432()Vnamed removedLnet/minecraft/client/gui/screen/Screen;removed()V
-
renderBackground
Renders the background of this screen.If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture.
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ldtm;)Vintermediary method_25420Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_4587;)Vnamed renderBackgroundLnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderBackground
Renders the background of this screen.If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture.
- Parameters:
vOffset- an offset applied to the V coordinate of the background texture- Mappings:
Namespace Name Mixin selector official aLedw;a(Ldtm;I)Vintermediary method_25433Lnet/minecraft/class_437;method_25433(Lnet/minecraft/class_4587;I)Vnamed renderBackgroundLnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/util/math/MatrixStack;I)V
-
renderBackgroundTexture
public void renderBackgroundTexture(int vOffset) Renders the fullscreen background texture of this screen.- Parameters:
vOffset- an offset applied to the V coordinate of the background texture- Mappings:
Namespace Name Mixin selector official eLedw;e(I)Vintermediary method_25434Lnet/minecraft/class_437;method_25434(I)Vnamed renderBackgroundTextureLnet/minecraft/client/gui/screen/Screen;renderBackgroundTexture(I)V
-
shouldPause
public boolean shouldPause()- Mappings:
Namespace Name Mixin selector official aj_Ledw;aj_()Zintermediary method_25421Lnet/minecraft/class_437;method_25421()Znamed shouldPauseLnet/minecraft/client/gui/screen/Screen;shouldPause()Z
-
confirmLink
private void confirmLink(boolean open) - Mappings:
Namespace Name Mixin selector official cLedw;c(Z)Vintermediary method_25428Lnet/minecraft/class_437;method_25428(Z)Vnamed confirmLinkLnet/minecraft/client/gui/screen/Screen;confirmLink(Z)V
-
openLink
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ljava/net/URI;)Vintermediary method_25416Lnet/minecraft/class_437;method_25416(Ljava/net/URI;)Vnamed openLinkLnet/minecraft/client/gui/screen/Screen;openLink(Ljava/net/URI;)V
-
hasControlDown
public static boolean hasControlDown()- Mappings:
Namespace Name Mixin selector official mLedw;m()Zintermediary method_25441Lnet/minecraft/class_437;method_25441()Znamed hasControlDownLnet/minecraft/client/gui/screen/Screen;hasControlDown()Z
-
hasShiftDown
public static boolean hasShiftDown()- Mappings:
Namespace Name Mixin selector official nLedw;n()Zintermediary method_25442Lnet/minecraft/class_437;method_25442()Znamed hasShiftDownLnet/minecraft/client/gui/screen/Screen;hasShiftDown()Z
-
hasAltDown
public static boolean hasAltDown()- Mappings:
Namespace Name Mixin selector official oLedw;o()Zintermediary method_25443Lnet/minecraft/class_437;method_25443()Znamed hasAltDownLnet/minecraft/client/gui/screen/Screen;hasAltDown()Z
-
isCut
public static boolean isCut(int code) - Mappings:
Namespace Name Mixin selector official fLedw;f(I)Zintermediary method_25436Lnet/minecraft/class_437;method_25436(I)Znamed isCutLnet/minecraft/client/gui/screen/Screen;isCut(I)Z
-
isPaste
public static boolean isPaste(int code) - Mappings:
Namespace Name Mixin selector official gLedw;g(I)Zintermediary method_25437Lnet/minecraft/class_437;method_25437(I)Znamed isPasteLnet/minecraft/client/gui/screen/Screen;isPaste(I)Z
-
isCopy
public static boolean isCopy(int code) - Mappings:
Namespace Name Mixin selector official hLedw;h(I)Zintermediary method_25438Lnet/minecraft/class_437;method_25438(I)Znamed isCopyLnet/minecraft/client/gui/screen/Screen;isCopy(I)Z
-
isSelectAll
public static boolean isSelectAll(int code) - Mappings:
Namespace Name Mixin selector official iLedw;i(I)Zintermediary method_25439Lnet/minecraft/class_437;method_25439(I)Znamed isSelectAllLnet/minecraft/client/gui/screen/Screen;isSelectAll(I)Z
-
resize
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ldyr;II)Vintermediary method_25410Lnet/minecraft/class_437;method_25410(Lnet/minecraft/class_310;II)Vnamed resizeLnet/minecraft/client/gui/screen/Screen;resize(Lnet/minecraft/client/MinecraftClient;II)V
-
wrapScreenError
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ljava/lang/Runnable;Ljava/lang/String;Ljava/lang/String;)Vintermediary method_25412Lnet/minecraft/class_437;method_25412(Ljava/lang/Runnable;Ljava/lang/String;Ljava/lang/String;)Vnamed wrapScreenErrorLnet/minecraft/client/gui/screen/Screen;wrapScreenError(Ljava/lang/Runnable;Ljava/lang/String;Ljava/lang/String;)V
-
isValidCharacterForName
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ljava/lang/String;CI)Zintermediary method_25414Lnet/minecraft/class_437;method_25414(Ljava/lang/String;CI)Znamed isValidCharacterForNameLnet/minecraft/client/gui/screen/Screen;isValidCharacterForName(Ljava/lang/String;CI)Z
-
isMouseOver
public boolean isMouseOver(double mouseX, double mouseY) Checks if the mouse position is within the bound of the element.- Specified by:
isMouseOverin interfaceElement- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mouse- Returns:
trueif the mouse is within the bound of the element, otherwisefalse- Mappings:
Namespace Name Mixin selector official a_Lebd;a_(DD)Zintermediary method_25405Lnet/minecraft/class_364;method_25405(DD)Znamed isMouseOverLnet/minecraft/client/gui/Element;isMouseOver(DD)Z
-
filesDragged
- Mappings:
Namespace Name Mixin selector official aLedw;a(Ljava/util/List;)Vintermediary method_29638Lnet/minecraft/class_437;method_29638(Ljava/util/List;)Vnamed filesDraggedLnet/minecraft/client/gui/screen/Screen;filesDragged(Ljava/util/List;)V
-
setScreenNarrationDelay
private void setScreenNarrationDelay(long delayMs, boolean restartElementNarration) - Mappings:
Namespace Name Mixin selector official aLedw;a(JZ)Vintermediary method_37059Lnet/minecraft/class_437;method_37059(JZ)Vnamed setScreenNarrationDelayLnet/minecraft/client/gui/screen/Screen;setScreenNarrationDelay(JZ)V
-
setElementNarrationDelay
private void setElementNarrationDelay(long delayMs) - Mappings:
Namespace Name Mixin selector official aLedw;a(J)Vintermediary method_37058Lnet/minecraft/class_437;method_37058(J)Vnamed setElementNarrationDelayLnet/minecraft/client/gui/screen/Screen;setElementNarrationDelay(J)V
-
applyMouseMoveNarratorDelay
public void applyMouseMoveNarratorDelay()- Mappings:
Namespace Name Mixin selector official pLedw;p()Vintermediary method_37068Lnet/minecraft/class_437;method_37068()Vnamed applyMouseMoveNarratorDelayLnet/minecraft/client/gui/screen/Screen;applyMouseMoveNarratorDelay()V
-
applyMousePressScrollNarratorDelay
public void applyMousePressScrollNarratorDelay()- Mappings:
Namespace Name Mixin selector official qLedw;q()Vintermediary method_37069Lnet/minecraft/class_437;method_37069()Vnamed applyMousePressScrollNarratorDelayLnet/minecraft/client/gui/screen/Screen;applyMousePressScrollNarratorDelay()V
-
applyKeyPressNarratorDelay
public void applyKeyPressNarratorDelay()- Mappings:
Namespace Name Mixin selector official rLedw;r()Vintermediary method_37070Lnet/minecraft/class_437;method_37070()Vnamed applyKeyPressNarratorDelayLnet/minecraft/client/gui/screen/Screen;applyKeyPressNarratorDelay()V
-
isNarratorActive
private boolean isNarratorActive()- Mappings:
Namespace Name Mixin selector official hLedw;h()Zintermediary method_37073Lnet/minecraft/class_437;method_37073()Znamed isNarratorActiveLnet/minecraft/client/gui/screen/Screen;isNarratorActive()Z
-
updateNarrator
public void updateNarrator()- Mappings:
Namespace Name Mixin selector official sLedw;s()Vintermediary method_37071Lnet/minecraft/class_437;method_37071()Vnamed updateNarratorLnet/minecraft/client/gui/screen/Screen;updateNarrator()V
-
narrateScreenIfNarrationEnabled
protected void narrateScreenIfNarrationEnabled(boolean useTranslationsCache) - Mappings:
Namespace Name Mixin selector official dLedw;d(Z)Vintermediary method_37064Lnet/minecraft/class_437;method_37064(Z)Vnamed narrateScreenIfNarrationEnabledLnet/minecraft/client/gui/screen/Screen;narrateScreenIfNarrationEnabled(Z)V
-
narrateScreen
private void narrateScreen(boolean useTranslationsCache) - Mappings:
Namespace Name Mixin selector official eLedw;e(Z)Vintermediary method_37065Lnet/minecraft/class_437;method_37065(Z)Vnamed narrateScreenLnet/minecraft/client/gui/screen/Screen;narrateScreen(Z)V
-
addScreenNarrations
- Mappings:
Namespace Name Mixin selector official aLedw;a(Leci;)Vintermediary method_37062Lnet/minecraft/class_437;method_37062(Lnet/minecraft/class_6382;)Vnamed addScreenNarrationsLnet/minecraft/client/gui/screen/Screen;addScreenNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
-
addElementNarrations
- Mappings:
Namespace Name Mixin selector official bLedw;b(Leci;)Vintermediary method_37056Lnet/minecraft/class_437;method_37056(Lnet/minecraft/class_6382;)Vnamed addElementNarrationsLnet/minecraft/client/gui/screen/Screen;addElementNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
-
findSelectedElementData
@Nullable public static @Nullable Screen.SelectedElementNarrationData findSelectedElementData(List<? extends Selectable> selectables, @Nullable @Nullable Selectable selectable) - Mappings:
Namespace Name Mixin selector official aLedw;a(Ljava/util/List;Lecg;)Ledw$a;intermediary method_37061Lnet/minecraft/class_437;method_37061(Ljava/util/List;Lnet/minecraft/class_6379;)Lnet/minecraft/class_437$class_6390;named findSelectedElementDataLnet/minecraft/client/gui/screen/Screen;findSelectedElementData(Ljava/util/List;Lnet/minecraft/client/gui/Selectable;)Lnet/minecraft/client/gui/screen/Screen$SelectedElementNarrationData;
-
applyNarratorModeChangeDelay
public void applyNarratorModeChangeDelay()- Mappings:
Namespace Name Mixin selector official tLedw;t()Vintermediary method_37072Lnet/minecraft/class_437;method_37072()Vnamed applyNarratorModeChangeDelayLnet/minecraft/client/gui/screen/Screen;applyNarratorModeChangeDelay()V
-
hide
- Mappings:
Namespace Name Mixin selector official aLedw;a([Leac;)Vintermediary method_40041Lnet/minecraft/class_437;method_40041([Lnet/minecraft/class_339;)Vnamed hideLnet/minecraft/client/gui/screen/Screen;hide([Lnet/minecraft/client/gui/widget/ClickableWidget;)V
-