yarn/mappings/net/minecraft/client/gui/screen/Screen.mapping

103 lines
3.9 KiB
Plaintext

CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
FIELD field_22782 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_22783 ALLOWED_PROTOCOLS Ljava/util/Set;
FIELD field_22784 clickedLink Ljava/net/URI;
FIELD field_22785 title Lnet/minecraft/class_2561;
FIELD field_22786 children Ljava/util/List;
FIELD field_22787 client Lnet/minecraft/class_310;
FIELD field_22788 itemRenderer Lnet/minecraft/class_918;
FIELD field_22789 width I
FIELD field_22790 height I
FIELD field_22791 buttons Ljava/util/List;
FIELD field_22792 passEvents Z
FIELD field_22793 textRenderer Lnet/minecraft/class_327;
METHOD <init> (Lnet/minecraft/class_2561;)V
ARG 1 title
METHOD method_25408 getTooltipFromItem (Lnet/minecraft/class_1799;)Ljava/util/List;
ARG 1 stack
METHOD method_25409 renderTooltip (Lnet/minecraft/class_4587;Lnet/minecraft/class_1799;II)V
ARG 1 matrices
ARG 2 stack
ARG 3 x
ARG 4 y
METHOD method_25410 resize (Lnet/minecraft/class_310;II)V
ARG 1 client
ARG 2 width
ARG 3 height
METHOD method_25411 addButton (Lnet/minecraft/class_339;)Lnet/minecraft/class_339;
ARG 1 button
METHOD method_25412 wrapScreenError (Ljava/lang/Runnable;Ljava/lang/String;Ljava/lang/String;)V
ARG 0 task
ARG 1 errorTitle
ARG 2 screenName
METHOD method_25414 isValidCharacterForName (Ljava/lang/String;CI)Z
ARG 1 name
ARG 2 character
ARG 3 cursorPos
METHOD method_25415 insertText (Ljava/lang/String;Z)V
ARG 1 text
ARG 2 override
METHOD method_25416 openLink (Ljava/net/URI;)V
ARG 1 link
METHOD method_25417 renderTooltip (Lnet/minecraft/class_4587;Ljava/util/List;II)V
ARG 1 matrices
ARG 2 lines
ARG 3 x
ARG 4 y
METHOD method_25418 renderTextHoverEffect (Lnet/minecraft/class_4587;Lnet/minecraft/class_2583;II)V
ARG 1 matrices
METHOD method_25419 onClose ()V
METHOD method_25420 renderBackground (Lnet/minecraft/class_4587;)V
COMMENT Renders the background of this screen.
COMMENT
COMMENT <p>If the client is in a world, renders the translucent background gradient.
COMMENT Otherwise {@linkplain #renderBackgroundTexture(int) renders the background texture}.
ARG 1 matrices
METHOD method_25421 isPauseScreen ()Z
METHOD method_25422 shouldCloseOnEsc ()Z
METHOD method_25423 init (Lnet/minecraft/class_310;II)V
ARG 1 client
ARG 2 width
ARG 3 height
METHOD method_25424 renderTooltip (Lnet/minecraft/class_4587;Lnet/minecraft/class_5348;II)V
ARG 1 matrices
ARG 3 x
ARG 4 y
METHOD method_25425 sendMessage (Ljava/lang/String;Z)V
ARG 1 message
ARG 2 toHud
METHOD method_25426 init ()V
METHOD method_25427 sendMessage (Ljava/lang/String;)V
ARG 1 message
METHOD method_25428 confirmLink (Z)V
ARG 1 open
METHOD method_25429 addChild (Lnet/minecraft/class_364;)Lnet/minecraft/class_364;
ARG 1 child
METHOD method_25430 handleTextClick (Lnet/minecraft/class_2583;)Z
METHOD method_25432 removed ()V
METHOD method_25433 renderBackground (Lnet/minecraft/class_4587;I)V
COMMENT Renders the background of this screen.
COMMENT
COMMENT <p>If the client is in a world, renders the translucent background gradient.
COMMENT Otherwise {@linkplain #renderBackgroundTexture(int) renders the background texture}.
ARG 1 matrices
ARG 2 vOffset
COMMENT an offset applied to the V coordinate of the background texture
METHOD method_25434 renderBackgroundTexture (I)V
COMMENT Renders the fullscreen {@linkplain #BACKGROUND_TEXTURE background texture} of this screen.
ARG 1 vOffset
COMMENT an offset applied to the V coordinate of the background texture
METHOD method_25435 getNarrationMessage ()Ljava/lang/String;
METHOD method_25436 isCut (I)Z
ARG 0 code
METHOD method_25437 isPaste (I)Z
ARG 0 code
METHOD method_25438 isCopy (I)Z
ARG 0 code
METHOD method_25439 isSelectAll (I)Z
ARG 0 code
METHOD method_25440 getTitle ()Lnet/minecraft/class_2561;
METHOD method_25441 hasControlDown ()Z
METHOD method_25442 hasShiftDown ()Z
METHOD method_25443 hasAltDown ()Z