DrawableHelper -> DrawContext (#3548)

* DrawableHelper stuff

This class needs a new name!

* Rename to DrawContext
This commit is contained in:
Shnupbups 2023-04-22 01:15:10 +10:00 committed by GitHub
parent 7158cb53c6
commit 501bf0ef6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
81 changed files with 721 additions and 148 deletions

View File

@ -199,6 +199,7 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
METHOD method_1488 getTickDelta ()F
METHOD method_1490 stop ()V
METHOD method_1492 drawProfilerResults (Lnet/minecraft/class_332;Lnet/minecraft/class_3696;)V
ARG 1 context
ARG 2 profileResult
METHOD method_1493 isPaused ()Z
METHOD method_1494 setCrashReportSupplierAndAddDetails (Lnet/minecraft/class_128;)V

View File

@ -2,9 +2,11 @@ CLASS net/minecraft/class_5489 net/minecraft/client/font/MultilineText
FIELD field_26528 EMPTY Lnet/minecraft/class_5489;
METHOD method_30887 count ()I
METHOD method_30888 drawCenterWithShadow (Lnet/minecraft/class_332;II)I
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_30889 drawCenterWithShadow (Lnet/minecraft/class_332;IIII)I
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 lineHeight
@ -22,6 +24,7 @@ CLASS net/minecraft/class_5489 net/minecraft/client/font/MultilineText
ARG 0 renderer
ARG 1 texts
METHOD method_30893 drawWithShadow (Lnet/minecraft/class_332;IIII)I
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 lineHeight
@ -32,6 +35,7 @@ CLASS net/minecraft/class_5489 net/minecraft/client/font/MultilineText
ARG 0 textRenderer
ARG 1 lines
METHOD method_30896 draw (Lnet/minecraft/class_332;IIII)I
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 lineHeight
@ -46,6 +50,7 @@ CLASS net/minecraft/class_5489 net/minecraft/client/font/MultilineText
ARG 0 renderer
ARG 1 texts
METHOD method_41154 fillBackground (Lnet/minecraft/class_332;IIIII)V
ARG 1 context
ARG 2 centerX
ARG 3 centerY
ARG 4 lineHeight

View File

@ -0,0 +1,416 @@
CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawContext
FIELD field_44656 client Lnet/minecraft/class_310;
FIELD field_44657 matrices Lnet/minecraft/class_4587;
FIELD field_44658 vertexConsumers Lnet/minecraft/class_4597$class_4598;
FIELD field_44659 scissorStack Lnet/minecraft/class_332$class_8214;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 client
ARG 2 matrices
ARG 3 vertexConsumers
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 client
ARG 2 vertexConsumers
METHOD method_25290 drawTexture (Lnet/minecraft/class_2960;IIFFIIII)V
COMMENT Draws a textured rectangle from a region in a texture.
COMMENT
COMMENT <p>The width and height of the region are the same as
COMMENT the dimensions of the rectangle.
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 u
ARG 5 v
ARG 6 width
ARG 7 height
ARG 8 textureWidth
ARG 9 textureHeight
METHOD method_25291 drawTexture (Lnet/minecraft/class_2960;IIIFFIIII)V
COMMENT Draws a textured rectangle from a region in a texture.
COMMENT
COMMENT <p>The width and height of the region are the same as
COMMENT the dimensions of the rectangle.
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 z
ARG 5 u
ARG 6 v
ARG 7 width
ARG 8 height
ARG 9 textureWidth
ARG 10 textureHeight
METHOD method_25292 drawHorizontalLine (IIII)V
ARG 1 x1
ARG 2 x2
ARG 3 y
ARG 4 color
METHOD method_25293 drawTexture (Lnet/minecraft/class_2960;IIIIFFIIII)V
COMMENT Draws a textured rectangle from a region in a texture.
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
ARG 6 u
ARG 7 v
ARG 8 regionWidth
ARG 9 regionHeight
ARG 10 textureWidth
ARG 11 textureHeight
METHOD method_25294 fill (IIIII)V
ARG 1 x1
ARG 2 y1
ARG 3 x2
ARG 4 y2
ARG 5 color
METHOD method_25295 drawTexturedQuad (Lnet/minecraft/class_2960;IIIIIFFFF)V
ARG 1 texture
ARG 2 x1
ARG 3 x2
ARG 4 y1
ARG 5 y2
ARG 6 z
ARG 7 u1
ARG 8 u2
ARG 9 v1
ARG 10 v2
METHOD method_25296 fillGradient (IIIIII)V
ARG 1 startX
ARG 2 startY
ARG 3 endX
ARG 4 endY
ARG 5 colorStart
ARG 6 colorEnd
METHOD method_25297 drawTexture (Lnet/minecraft/class_2960;IIIIIIIFFII)V
ARG 1 texture
ARG 2 x1
ARG 3 x2
ARG 4 y1
ARG 5 y2
ARG 6 z
ARG 7 regionWidth
ARG 8 regionHeight
ARG 9 u
ARG 10 v
ARG 11 textureWidth
ARG 12 textureHeight
METHOD method_25298 drawSprite (IIIIILnet/minecraft/class_1058;)V
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 width
ARG 5 height
ARG 6 sprite
METHOD method_25300 drawCenteredTextWithShadow (Lnet/minecraft/class_327;Ljava/lang/String;III)V
ARG 1 textRenderer
ARG 2 text
ARG 3 centerX
ARG 4 y
ARG 5 color
METHOD method_25301 drawVerticalLine (IIII)V
ARG 1 x
ARG 2 y1
ARG 3 y2
ARG 4 color
METHOD method_25302 drawTexture (Lnet/minecraft/class_2960;IIIIII)V
COMMENT Draws a textured rectangle from a region in a 256x256 texture.
COMMENT
COMMENT <p>The Z coordinate of the rectangle is {@code 0}.
COMMENT
COMMENT <p>The width and height of the region are the same as
COMMENT the dimensions of the rectangle.
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 u
ARG 5 v
ARG 6 width
ARG 7 height
METHOD method_25303 drawTextWithShadow (Lnet/minecraft/class_327;Ljava/lang/String;III)I
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
METHOD method_27533 fillGradient (Lnet/minecraft/class_287;IIIIIII)V
ARG 1 bufferBuilder
ARG 2 startX
ARG 3 startY
ARG 4 endX
ARG 5 endY
ARG 6 z
ARG 7 colorStart
ARG 8 colorEnd
METHOD method_27534 drawCenteredTextWithShadow (Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)V
ARG 1 textRenderer
ARG 2 text
ARG 3 centerX
ARG 4 y
ARG 5 color
METHOD method_27535 drawTextWithShadow (Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)I
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
METHOD method_29343 drawWithOutline (IILjava/util/function/BiConsumer;)V
ARG 1 x
ARG 2 y
ARG 3 renderAction
COMMENT the action to render both the content and the outline, taking x and y positions as input
METHOD method_33284 fillGradient (IIIIIII)V
ARG 1 startX
ARG 2 startY
ARG 3 endX
ARG 4 endY
ARG 5 z
ARG 6 colorStart
ARG 7 colorEnd
METHOD method_35719 drawCenteredTextWithShadow (Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)V
ARG 1 textRenderer
ARG 2 text
ARG 3 centerX
ARG 4 y
ARG 5 color
METHOD method_35720 drawTextWithShadow (Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)I
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
METHOD method_44379 enableScissor (IIII)V
ARG 1 x1
ARG 2 y1
ARG 3 x2
ARG 4 y2
METHOD method_44380 disableScissor ()V
METHOD method_48196 fill (IIIIII)V
ARG 1 x1
ARG 2 y1
ARG 3 x2
ARG 4 y2
ARG 5 z
ARG 6 color
METHOD method_48465 drawSprite (IIIIILnet/minecraft/class_1058;FFFF)V
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 width
ARG 5 height
ARG 6 sprite
ARG 7 red
ARG 8 green
ARG 9 blue
ARG 10 alpha
METHOD method_48466 drawTexturedQuad (Lnet/minecraft/class_2960;IIIIIFFFFFFFF)V
ARG 1 texture
ARG 2 x1
ARG 3 x2
ARG 4 y1
ARG 5 y2
ARG 6 z
ARG 7 u1
ARG 8 u2
ARG 9 v1
ARG 10 v2
ARG 11 red
ARG 12 green
ARG 13 blue
ARG 14 alpha
METHOD method_48585 drawRepeatingTexture (Lnet/minecraft/class_2960;IIIIIIII)V
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
ARG 6 u
ARG 7 v
ARG 8 textureWidth
ARG 9 textureHeight
METHOD method_48586 drawNineSlicedTexture (Lnet/minecraft/class_2960;IIIIIIIII)V
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
ARG 6 outerSliceSize
ARG 7 centerSliceWidth
ARG 8 centerSliceHeight
ARG 9 u
ARG 10 v
METHOD method_48587 drawNineSlicedTexture (Lnet/minecraft/class_2960;IIIIIIIIIIII)V
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
ARG 6 leftSliceWidth
ARG 7 topSliceHeight
ARG 8 rightSliceWidth
ARG 9 bottomSliceHeight
ARG 10 centerSliceWidth
ARG 11 centerSliceHeight
ARG 12 u
ARG 13 v
METHOD method_49601 drawBorder (IIIII)V
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 color
METHOD method_49696 createDivider (II)Lit/unimi/dsi/fastutil/ints/IntIterator;
ARG 0 sideLength
ARG 1 textureSideLength
METHOD method_49697 drawNineSlicedTexture (Lnet/minecraft/class_2960;IIIIIIIIII)V
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
ARG 6 outerSliceWidth
ARG 7 outerSliceHeight
ARG 8 centerSliceWidth
ARG 9 centerSliceHeight
ARG 10 u
ARG 11 v
METHOD method_49698 setScissor (Lnet/minecraft/class_8030;)V
ARG 0 rect
METHOD method_51421 getScaledWindowWidth ()I
METHOD method_51422 setShaderColor (FFFF)V
ARG 1 red
ARG 2 green
ARG 3 blue
ARG 4 alpha
METHOD method_51423 drawItem (Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;III)V
ARG 1 entity
ARG 2 stack
ARG 3 x
ARG 4 y
ARG 5 seed
METHOD method_51424 drawItem (Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;III)V
ARG 1 entity
ARG 2 world
ARG 3 stack
ARG 4 x
ARG 5 y
ARG 6 seed
METHOD method_51425 drawItem (Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;IIII)V
ARG 1 entity
ARG 2 world
ARG 3 stack
ARG 4 x
ARG 5 y
ARG 6 seed
ARG 7 z
METHOD method_51427 drawItem (Lnet/minecraft/class_1799;II)V
ARG 1 item
ARG 2 x
ARG 3 y
METHOD method_51428 drawItem (Lnet/minecraft/class_1799;III)V
ARG 1 stack
ARG 2 x
ARG 3 y
ARG 4 seed
METHOD method_51429 drawItem (Lnet/minecraft/class_1799;IIII)V
ARG 1 stack
ARG 2 x
ARG 3 y
ARG 4 seed
ARG 5 z
METHOD method_51430 drawText (Lnet/minecraft/class_327;Lnet/minecraft/class_5481;IIIZ)I
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
ARG 6 shadow
METHOD method_51431 drawItemInSlot (Lnet/minecraft/class_327;Lnet/minecraft/class_1799;II)V
ARG 1 textRenderer
ARG 2 stack
ARG 3 x
ARG 4 y
METHOD method_51432 drawItemInSlot (Lnet/minecraft/class_327;Lnet/minecraft/class_1799;IILjava/lang/String;)V
ARG 1 textRenderer
ARG 2 stack
ARG 3 x
ARG 4 y
ARG 5 countOverride
METHOD method_51433 drawText (Lnet/minecraft/class_327;Ljava/lang/String;IIIZ)I
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
ARG 6 shadow
METHOD method_51434 drawTooltip (Lnet/minecraft/class_327;Ljava/util/List;II)V
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
METHOD method_51435 drawTooltip (Lnet/minecraft/class_327;Ljava/util/List;IILnet/minecraft/class_8000;)V
ARG 1 textRenderer
ARG 2 components
ARG 3 x
ARG 4 y
ARG 5 positioner
METHOD method_51436 drawTooltip (Lnet/minecraft/class_327;Ljava/util/List;Lnet/minecraft/class_8000;II)V
ARG 1 textRenderer
ARG 2 text
ARG 3 positioner
ARG 4 x
ARG 5 y
METHOD method_51437 drawTooltip (Lnet/minecraft/class_327;Ljava/util/List;Ljava/util/Optional;II)V
ARG 1 textRenderer
ARG 2 text
ARG 3 data
ARG 4 x
ARG 5 y
METHOD method_51438 drawTooltip (Lnet/minecraft/class_327;Lnet/minecraft/class_2561;II)V
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
METHOD method_51439 drawText (Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IIIZ)I
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
ARG 6 shadow
METHOD method_51440 drawTextWrapped (Lnet/minecraft/class_327;Lnet/minecraft/class_5348;IIII)V
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 width
ARG 6 color
METHOD method_51441 drawHoverEvent (Lnet/minecraft/class_327;Lnet/minecraft/class_2583;II)V
ARG 1 textRenderer
ARG 2 style
ARG 3 x
ARG 4 y
METHOD method_51442 (Ljava/util/List;Lnet/minecraft/class_5632;)V
ARG 1 data
METHOD method_51443 getScaledWindowHeight ()I
METHOD method_51445 drawItemWithoutEntity (Lnet/minecraft/class_1799;II)V
ARG 1 stack
ARG 2 x
ARG 3 y
METHOD method_51446 drawItemTooltip (Lnet/minecraft/class_327;Lnet/minecraft/class_1799;II)V
ARG 1 textRenderer
ARG 2 stack
ARG 3 x
ARG 4 y
METHOD method_51447 drawOrderedTooltip (Lnet/minecraft/class_327;Ljava/util/List;II)V
ARG 1 textRenderer
ARG 2 text
ARG 3 x
ARG 4 y
METHOD method_51448 getMatrices ()Lnet/minecraft/class_4587;
METHOD method_51450 getVertexConsumers ()Lnet/minecraft/class_4597$class_4598;
METHOD method_51452 draw ()V
CLASS class_8214 ScissorStack
FIELD field_43099 stack Ljava/util/Deque;
METHOD method_49699 pop ()Lnet/minecraft/class_8030;
METHOD method_49700 push (Lnet/minecraft/class_8030;)Lnet/minecraft/class_8030;
ARG 1 rect

View File

@ -1,5 +1,6 @@
CLASS net/minecraft/class_4068 net/minecraft/client/gui/Drawable
METHOD method_25394 render (Lnet/minecraft/class_332;IIF)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 delta

View File

@ -1,137 +0,0 @@
CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawableHelper
METHOD method_25290 drawTexture (Lnet/minecraft/class_2960;IIFFIIII)V
COMMENT Draws a textured rectangle from a region in a texture.
COMMENT
COMMENT <p>The width and height of the region are the same as
COMMENT the dimensions of the rectangle.
METHOD method_25291 drawTexture (Lnet/minecraft/class_2960;IIIFFIIII)V
COMMENT Draws a textured rectangle from a region in a texture.
COMMENT
COMMENT <p>The width and height of the region are the same as
COMMENT the dimensions of the rectangle.
METHOD method_25292 drawHorizontalLine (IIII)V
ARG 1 x1
ARG 2 x2
ARG 3 y
ARG 4 color
METHOD method_25293 drawTexture (Lnet/minecraft/class_2960;IIIIFFIIII)V
COMMENT Draws a textured rectangle from a region in a texture.
METHOD method_25294 fill (IIIII)V
ARG 1 x1
ARG 2 y1
ARG 3 x2
ARG 4 y2
ARG 5 color
METHOD method_25295 drawTexturedQuad (Lnet/minecraft/class_2960;IIIIIFFFF)V
METHOD method_25296 fillGradient (IIIIII)V
ARG 1 startX
ARG 2 startY
ARG 3 endX
ARG 4 endY
ARG 5 colorStart
ARG 6 colorEnd
METHOD method_25297 drawTexture (Lnet/minecraft/class_2960;IIIIIIIFFII)V
METHOD method_25298 drawSprite (IIIIILnet/minecraft/class_1058;)V
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 width
ARG 5 height
ARG 6 sprite
METHOD method_25300 drawCenteredTextWithShadow (Lnet/minecraft/class_327;Ljava/lang/String;III)V
ARG 2 text
ARG 3 centerX
ARG 4 y
ARG 5 color
METHOD method_25301 drawVerticalLine (IIII)V
ARG 1 x
ARG 2 y1
ARG 3 y2
ARG 4 color
METHOD method_25302 drawTexture (Lnet/minecraft/class_2960;IIIIII)V
COMMENT Draws a textured rectangle from a region in a 256x256 texture.
COMMENT
COMMENT <p>The Z coordinate of the rectangle is {@code 0}.
COMMENT
COMMENT <p>The width and height of the region are the same as
COMMENT the dimensions of the rectangle.
METHOD method_25303 drawTextWithShadow (Lnet/minecraft/class_327;Ljava/lang/String;III)I
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
METHOD method_27533 fillGradient (Lnet/minecraft/class_287;IIIIIII)V
ARG 2 startX
ARG 3 startY
ARG 4 endX
ARG 5 endY
ARG 6 z
ARG 7 colorStart
ARG 8 colorEnd
METHOD method_27534 drawCenteredTextWithShadow (Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)V
ARG 2 text
ARG 3 centerX
ARG 4 y
ARG 5 color
METHOD method_27535 drawTextWithShadow (Lnet/minecraft/class_327;Lnet/minecraft/class_2561;III)I
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
METHOD method_29343 drawWithOutline (IILjava/util/function/BiConsumer;)V
METHOD method_33284 fillGradient (IIIIIII)V
ARG 1 startX
ARG 2 startY
ARG 3 endX
ARG 4 endY
METHOD method_35719 drawCenteredTextWithShadow (Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)V
ARG 2 text
ARG 3 centerX
ARG 4 y
ARG 5 color
METHOD method_35720 drawTextWithShadow (Lnet/minecraft/class_327;Lnet/minecraft/class_5481;III)I
ARG 2 text
ARG 3 x
ARG 4 y
ARG 5 color
METHOD method_44379 enableScissor (IIII)V
METHOD method_44380 disableScissor ()V
METHOD method_48196 fill (IIIIII)V
ARG 1 x1
ARG 2 y1
ARG 3 x2
ARG 4 y2
ARG 5 z
ARG 6 color
METHOD method_48465 drawSprite (IIIIILnet/minecraft/class_1058;FFFF)V
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 width
ARG 5 height
ARG 6 sprite
ARG 7 red
ARG 8 green
ARG 9 blue
ARG 10 alpha
METHOD method_48466 drawTexturedQuad (Lnet/minecraft/class_2960;IIIIIFFFFFFFF)V
METHOD method_48585 drawRepeatingTexture (Lnet/minecraft/class_2960;IIIIIIII)V
METHOD method_48586 drawNineSlicedTexture (Lnet/minecraft/class_2960;IIIIIIIII)V
METHOD method_48587 drawNineSlicedTexture (Lnet/minecraft/class_2960;IIIIIIIIIIII)V
METHOD method_49601 drawBorder (IIIII)V
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 color
METHOD method_49696 createDivider (II)Lit/unimi/dsi/fastutil/ints/IntIterator;
ARG 0 sideLength
ARG 1 textureSideLength
METHOD method_49697 drawNineSlicedTexture (Lnet/minecraft/class_2960;IIIIIIIIII)V
METHOD method_49698 setScissor (Lnet/minecraft/class_8030;)V
ARG 0 rect
CLASS class_8214 ScissorStack
FIELD field_43099 stack Ljava/util/Deque;
METHOD method_49699 pop ()Lnet/minecraft/class_8030;
METHOD method_49700 push (Lnet/minecraft/class_8030;)Lnet/minecraft/class_8030;
ARG 1 rect

View File

@ -7,9 +7,11 @@ CLASS net/minecraft/class_8020 net/minecraft/client/gui/LogoDrawer
METHOD <init> (Z)V
ARG 1 ignoreAlpha
METHOD method_48209 draw (Lnet/minecraft/class_332;IF)V
ARG 1 context
ARG 2 screenWidth
ARG 3 alpha
METHOD method_48210 draw (Lnet/minecraft/class_332;IFI)V
ARG 1 context
ARG 2 screenWidth
ARG 3 alpha
ARG 4 y

View File

@ -1,11 +1,25 @@
CLASS net/minecraft/class_7532 net/minecraft/client/gui/PlayerSkinDrawer
COMMENT Helper class for drawing a player's head on GUI.
METHOD method_44443 draw (Lnet/minecraft/class_332;Lnet/minecraft/class_2960;III)V
COMMENT Draws the player's head (including the hat) on GUI. The skin texture must be
COMMENT specified prior to calling by using {@link
COMMENT com.mojang.blaze3d.systems.RenderSystem#setShaderTexture(int, net.minecraft.util.Identifier)}.
COMMENT Draws the player's head (including the hat) on GUI.
ARG 0 context
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 size
METHOD method_44444 drawHat (Lnet/minecraft/class_332;Lnet/minecraft/class_2960;IIIZ)V
ARG 0 context
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 size
ARG 5 upsideDown
METHOD method_44445 draw (Lnet/minecraft/class_332;Lnet/minecraft/class_2960;IIIZZ)V
COMMENT Draws the player's head on GUI. The skin texture must be specified prior to
COMMENT calling by using {@link
COMMENT com.mojang.blaze3d.systems.RenderSystem#setShaderTexture(int, net.minecraft.util.Identifier)}.
COMMENT Draws the player's head on GUI.
ARG 0 context
ARG 1 texture
ARG 2 x
ARG 3 y
ARG 4 size
ARG 5 hatVisible
ARG 6 upsideDown

View File

@ -10,15 +10,18 @@ CLASS net/minecraft/class_337 net/minecraft/client/gui/hud/BossBarHud
METHOD method_1795 handlePacket (Lnet/minecraft/class_2629;)V
ARG 1 packet
METHOD method_1796 render (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1797 shouldDarkenSky ()Z
METHOD method_1798 shouldPlayDragonMusic ()Z
METHOD method_1799 renderBossBar (Lnet/minecraft/class_332;IILnet/minecraft/class_1259;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 bossBar
METHOD method_1800 shouldThickenFog ()Z
METHOD method_1801 clear ()V
METHOD method_41830 renderBossBar (Lnet/minecraft/class_332;IILnet/minecraft/class_1259;II)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 bossBar

View File

@ -21,6 +21,7 @@ CLASS net/minecraft/class_338 net/minecraft/client/gui/hud/ChatHud
METHOD method_1803 addToMessageHistory (Ljava/lang/String;)V
ARG 1 message
METHOD method_1805 render (Lnet/minecraft/class_332;III)V
ARG 1 context
ARG 2 currentTick
ARG 3 mouseX
ARG 4 mouseY
@ -61,6 +62,7 @@ CLASS net/minecraft/class_338 net/minecraft/client/gui/hud/ChatHud
ARG 3 line
ARG 4 indicator
METHOD method_44719 drawIndicatorIcon (Lnet/minecraft/class_332;IILnet/minecraft/class_7591$class_7592;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 icon

View File

@ -12,6 +12,7 @@ CLASS net/minecraft/class_340 net/minecraft/client/gui/hud/DebugHud
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_15870 drawMetricsData (Lnet/minecraft/class_332;Lnet/minecraft/class_3517;IIZ)V
ARG 1 context
ARG 2 metricsData
ARG 3 x
ARG 4 width
@ -38,8 +39,11 @@ CLASS net/minecraft/class_340 net/minecraft/client/gui/hud/DebugHud
METHOD method_1845 propertyToString (Ljava/util/Map$Entry;)Ljava/lang/String;
ARG 1 propEntry
METHOD method_1846 render (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1847 renderLeftText (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1848 renderRightText (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_20455 (Ljava/util/EnumMap;)V
ARG 0 types
METHOD method_20540 (Lnet/minecraft/class_2791;)Lnet/minecraft/class_2818;

View File

@ -44,6 +44,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
FIELD field_35429 lastAutosaveIndicatorAlpha F
FIELD field_35430 SAVING_LEVEL_TEXT Lnet/minecraft/class_2561;
FIELD field_39458 canShowChatDisabledScreen Z
FIELD field_44654 ICONS Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_918;)V
ARG 1 client
ARG 2 itemRenderer
@ -55,57 +56,79 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 1 heartCount
METHOD method_1734 getRiddenEntity ()Lnet/minecraft/class_1309;
METHOD method_1735 renderVignetteOverlay (Lnet/minecraft/class_332;Lnet/minecraft/class_1297;)V
ARG 1 context
ARG 2 entity
METHOD method_1736 renderCrosshair (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1737 getCameraPlayer ()Lnet/minecraft/class_1657;
METHOD method_1738 getTicks ()I
METHOD method_1739 getSpectatorHud ()Lnet/minecraft/class_365;
METHOD method_1740 getBossBarHud ()Lnet/minecraft/class_337;
METHOD method_1741 renderMountHealth (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1742 setDefaultTitleFade ()V
METHOD method_1743 getChatHud ()Lnet/minecraft/class_338;
METHOD method_1744 getHeartCount (Lnet/minecraft/class_1309;)I
ARG 1 entity
METHOD method_1745 resetDebugHudChunk ()V
METHOD method_1746 renderPortalOverlay (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 nauseaStrength
METHOD method_1747 clear ()V
METHOD method_1748 tick ()V
METHOD method_1749 renderHeldItemTooltip (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1750 getPlayerListHud ()Lnet/minecraft/class_355;
METHOD method_1751 (Lnet/minecraft/class_267;)Z
ARG 0 score
METHOD method_1752 renderMountJumpBar (Lnet/minecraft/class_1316;Lnet/minecraft/class_332;I)V
ARG 1 mount
ARG 2 context
ARG 3 x
METHOD method_1753 render (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 tickDelta
METHOD method_17534 shouldRenderSpectatorCrosshair (Lnet/minecraft/class_239;)Z
ARG 1 hitResult
METHOD method_1754 renderExperienceBar (Lnet/minecraft/class_332;I)V
ARG 1 context
ARG 2 x
METHOD method_1756 getTextRenderer ()Lnet/minecraft/class_327;
METHOD method_1757 renderScoreboardSidebar (Lnet/minecraft/class_332;Lnet/minecraft/class_266;)V
ARG 1 context
ARG 2 objective
METHOD method_1758 setOverlayMessage (Lnet/minecraft/class_2561;Z)V
ARG 1 message
ARG 2 tinted
METHOD method_1759 renderHotbar (FLnet/minecraft/class_332;)V
ARG 1 tickDelta
ARG 2 context
METHOD method_1760 renderStatusBars (Lnet/minecraft/class_332;)V
COMMENT Renders the armor, health, air, and hunger bars.
ARG 1 context
METHOD method_1762 renderHotbarItem (Lnet/minecraft/class_332;IIFLnet/minecraft/class_1657;Lnet/minecraft/class_1799;I)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 5 player
ARG 6 stack
ARG 7 seed
METHOD method_1765 renderStatusEffectOverlay (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1766 renderDemoTimer (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_19346 drawTextBackground (Lnet/minecraft/class_332;Lnet/minecraft/class_327;III)V
ARG 1 context
ARG 2 textRenderer
ARG 3 yOffset
ARG 4 width
ARG 5 color
METHOD method_31977 renderOverlay (Lnet/minecraft/class_332;Lnet/minecraft/class_2960;F)V
ARG 1 context
ARG 2 texture
ARG 3 opacity
METHOD method_32598 renderSpyglassOverlay (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 scale
METHOD method_34001 setTitleTicks (III)V
ARG 1 fadeInTicks
@ -117,6 +140,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
METHOD method_34004 setTitle (Lnet/minecraft/class_2561;)V
ARG 1 title
METHOD method_37298 renderHealthBar (Lnet/minecraft/class_332;Lnet/minecraft/class_1657;IIIIFIIIZ)V
ARG 1 context
ARG 2 player
ARG 3 x
ARG 4 y
@ -128,6 +152,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 10 absorption
ARG 11 blinking
METHOD method_37299 drawHeart (Lnet/minecraft/class_332;Lnet/minecraft/class_329$class_6411;IIIZZ)V
ARG 1 context
ARG 2 type
ARG 3 x
ARG 4 y
@ -137,6 +162,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
METHOD method_39191 tick (Z)V
ARG 1 paused
METHOD method_39192 renderAutosaveIndicator (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_39193 tickAutosaveIndicator ()V
METHOD method_44353 shouldShowChatDisabledScreen ()Z
METHOD method_44354 setCanShowChatDisabledScreen (Z)V

View File

@ -25,5 +25,6 @@ CLASS net/minecraft/class_7591 net/minecraft/client/gui/hud/MessageIndicator
ARG 5 width
ARG 6 height
METHOD method_44712 draw (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y

View File

@ -21,6 +21,7 @@ CLASS net/minecraft/class_355 net/minecraft/client/gui/hud/PlayerListHud
FIELD field_32212 BLINKING_HEART_U I
FIELD field_32213 BLINKING_HALF_HEART_U I
FIELD field_40393 hearts Ljava/util/Map;
FIELD field_44660 ICONS_TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_329;)V
ARG 1 client
ARG 2 inGameHud
@ -28,6 +29,7 @@ CLASS net/minecraft/class_355 net/minecraft/client/gui/hud/PlayerListHud
COMMENT {@return the player name rendered by this HUD}
ARG 1 entry
METHOD method_1919 render (Lnet/minecraft/class_332;ILnet/minecraft/class_269;Lnet/minecraft/class_266;)V
ARG 1 context
ARG 2 scaledWindowWidth
ARG 3 scoreboard
ARG 4 objective
@ -41,7 +43,9 @@ CLASS net/minecraft/class_355 net/minecraft/client/gui/hud/PlayerListHud
ARG 4 left
ARG 5 right
ARG 6 uuid
ARG 7 context
METHOD method_1923 renderLatencyIcon (Lnet/minecraft/class_332;IIILnet/minecraft/class_640;)V
ARG 1 context
ARG 2 width
ARG 3 x
ARG 4 y
@ -60,6 +64,7 @@ CLASS net/minecraft/class_355 net/minecraft/client/gui/hud/PlayerListHud
ARG 2 left
ARG 3 right
ARG 4 uuid
ARG 5 context
ARG 6 score
METHOD method_45591 (ILjava/util/UUID;)Lnet/minecraft/class_355$class_7732;
ARG 1 uuid2

View File

@ -9,6 +9,7 @@ CLASS net/minecraft/class_365 net/minecraft/client/gui/hud/SpectatorHud
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_1975 renderSpectatorMenu (Lnet/minecraft/class_332;FIILnet/minecraft/class_539;)V
ARG 1 context
ARG 2 height
ARG 3 x
ARG 4 y
@ -17,10 +18,13 @@ CLASS net/minecraft/class_365 net/minecraft/client/gui/hud/SpectatorHud
METHOD method_1977 selectSlot (I)V
ARG 1 slot
METHOD method_1978 renderSpectatorMenu (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1979 render (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1980 isOpen ()Z
METHOD method_1981 getSpectatorMenuHeight ()F
METHOD method_1982 renderSpectatorCommand (Lnet/minecraft/class_332;IIFFLnet/minecraft/class_537;)V
ARG 1 context
ARG 2 slot
ARG 3 x
ARG 4 y

View File

@ -6,6 +6,7 @@ CLASS net/minecraft/class_359 net/minecraft/client/gui/hud/SubtitlesHud
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_1957 render (Lnet/minecraft/class_332;)V
ARG 1 context
CLASS class_360 SubtitleEntry
FIELD field_2185 time J
FIELD field_2186 pos Lnet/minecraft/class_243;

View File

@ -41,6 +41,7 @@ CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/ChatInputSuggesto
ARG 3 mouseY
ARG 5 button
METHOD method_23923 render (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
METHOD method_23924 keyPressed (III)Z
@ -72,7 +73,9 @@ CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/ChatInputSuggesto
ARG 0 exception
METHOD method_44931 clearWindow ()V
METHOD method_44932 renderMessages (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_44933 tryRenderWindow (Lnet/minecraft/class_332;II)Z
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
CLASS class_464 SuggestionWindow
@ -99,6 +102,7 @@ CLASS net/minecraft/class_4717 net/minecraft/client/gui/screen/ChatInputSuggesto
ARG 2 y
ARG 3 button
METHOD method_2373 render (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
METHOD method_2374 select (I)V

View File

@ -22,6 +22,7 @@ CLASS net/minecraft/class_445 net/minecraft/client/gui/screen/CreditsScreen
ARG 2 finishAction
METHOD method_2257 closeScreen ()V
METHOD method_2258 renderBackground (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_37304 addText (Lnet/minecraft/class_2561;Z)V
ARG 1 text
ARG 2 centered

View File

@ -31,12 +31,15 @@ CLASS net/minecraft/class_413 net/minecraft/client/gui/screen/CustomizeFlatLevel
ARG 1 config
METHOD method_29055 getConfig ()Lnet/minecraft/class_3232;
CLASS class_4192 SuperflatLayersListWidget
FIELD field_44667 STATS_ICONS_TEXTURE Lnet/minecraft/class_2960;
METHOD method_19372 updateLayers ()V
CLASS class_4193 SuperflatLayerEntry
METHOD method_19373 renderIconBackgroundTexture (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_19375 renderIcon (Lnet/minecraft/class_332;IILnet/minecraft/class_1799;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 iconItem

View File

@ -14,6 +14,7 @@ CLASS net/minecraft/class_5289 net/minecraft/client/gui/screen/GameModeSelection
FIELD field_32313 ICON_OFFSET I
METHOD method_28064 apply (Lnet/minecraft/class_310;Lnet/minecraft/class_5289$class_5290;)V
ARG 0 client
ARG 1 gameModeSelection
METHOD method_28068 apply ()V
METHOD method_28069 checkForClose ()Z
METHOD method_30106 getPreviousGameMode ()Lnet/minecraft/class_1934;
@ -28,6 +29,9 @@ CLASS net/minecraft/class_5289 net/minecraft/client/gui/screen/GameModeSelection
ARG 5 icon
METHOD method_28070 getText ()Lnet/minecraft/class_2561;
METHOD method_28074 renderIcon (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_28075 getCommand ()Ljava/lang/String;
METHOD method_28076 of (Lnet/minecraft/class_1934;)Lnet/minecraft/class_5289$class_5290;
ARG 0 gameMode
@ -40,6 +44,8 @@ CLASS net/minecraft/class_5289 net/minecraft/client/gui/screen/GameModeSelection
ARG 3 x
ARG 4 y
METHOD method_28080 drawBackground (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_28082 drawSelectionBox (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_28083 setSelected (Z)V
ARG 1 selected

View File

@ -56,13 +56,16 @@ CLASS net/minecraft/class_430 net/minecraft/client/gui/screen/PresetsScreen
CLASS class_432 SuperflatPresetEntry
FIELD field_33812 preset Lnet/minecraft/class_7142;
FIELD field_37909 text Lnet/minecraft/class_2561;
FIELD field_44668 STATS_ICONS_TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_430$class_4196;Lnet/minecraft/class_6880;)V
ARG 2 preset
METHOD method_19389 setPreset ()V
METHOD method_2198 drawIconBackground (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_2200 renderIcon (Lnet/minecraft/class_332;IILnet/minecraft/class_1792;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 iconItem

View File

@ -22,10 +22,12 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
FIELD field_33824 screenNarrationStartTime J
FIELD field_41685 tooltip Lnet/minecraft/class_437$class_7998;
FIELD field_42156 screenInitialized Z
FIELD field_44669 OPTIONS_BACKGROUND_TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_2561;)V
ARG 1 title
METHOD method_25393 tick ()V
METHOD method_25408 getTooltipFromItem (Lnet/minecraft/class_310;Lnet/minecraft/class_1799;)Ljava/util/List;
ARG 0 client
ARG 1 stack
METHOD method_25410 resize (Lnet/minecraft/class_310;II)V
ARG 1 client
@ -50,6 +52,7 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
COMMENT
COMMENT <p>If the client is in a world, renders the translucent background gradient.
COMMENT Otherwise {@linkplain #renderBackgroundTexture renders the background texture}.
ARG 1 context
METHOD method_25421 shouldPause ()Z
METHOD method_25422 shouldCloseOnEsc ()Z
COMMENT Checks whether this screen should be closed when the escape key is pressed.
@ -72,6 +75,7 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
METHOD method_25432 removed ()V
METHOD method_25434 renderBackgroundTexture (Lnet/minecraft/class_332;)V
COMMENT Renders the fullscreen {@linkplain net.minecraft.client.gui.DrawableHelper#OPTIONS_BACKGROUND_TEXTURE background texture} of this screen.
ARG 1 context
METHOD method_25435 getNarratedTitle ()Lnet/minecraft/class_2561;
METHOD method_25436 isCut (I)Z
ARG 0 code
@ -127,6 +131,7 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
ARG 2 positioner
ARG 3 focused
METHOD method_47413 renderWithTooltip (Lnet/minecraft/class_332;IIF)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 delta

View File

@ -7,6 +7,7 @@ CLASS net/minecraft/class_447 net/minecraft/client/gui/screen/StatsScreen
FIELD field_2647 statHandler Lnet/minecraft/class_3469;
FIELD field_2648 parent Lnet/minecraft/class_437;
FIELD field_26546 DOWNLOADING_STATS_TEXT Lnet/minecraft/class_2561;
FIELD field_44670 STATS_ICONS_TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_3469;)V
ARG 1 parent
ARG 2 statHandler
@ -24,6 +25,7 @@ CLASS net/minecraft/class_447 net/minecraft/client/gui/screen/StatsScreen
METHOD method_2267 createButtons ()V
METHOD method_2270 createLists ()V
METHOD method_2282 renderIcon (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 u
@ -31,6 +33,7 @@ CLASS net/minecraft/class_447 net/minecraft/client/gui/screen/StatsScreen
METHOD method_2285 getColumnX (I)I
ARG 1 index
METHOD method_2289 renderStatItem (Lnet/minecraft/class_332;IILnet/minecraft/class_1792;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 item

View File

@ -56,4 +56,5 @@ CLASS net/minecraft/class_442 net/minecraft/client/gui/screen/TitleScreen
FIELD comp_829 textRenderer Lnet/minecraft/class_327;
METHOD comp_829 textRenderer ()Lnet/minecraft/class_327;
METHOD method_44065 render (Lnet/minecraft/class_332;I)V
ARG 1 context
ARG 2 color

View File

@ -17,3 +17,4 @@ CLASS net/minecraft/class_7065 net/minecraft/client/gui/screen/WarningScreen
ARG 1 yOffset
METHOD method_44068 getLineHeight ()I
METHOD method_44663 drawTitle (Lnet/minecraft/class_332;)V
ARG 1 context

View File

@ -29,9 +29,11 @@ CLASS net/minecraft/class_454 net/minecraft/client/gui/screen/advancement/Advanc
ARG 1 advancement
METHOD method_2309 getTitle ()Lnet/minecraft/class_2561;
METHOD method_2310 render (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_2311 drawBackground (Lnet/minecraft/class_332;IIZ)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 selected
@ -40,11 +42,13 @@ CLASS net/minecraft/class_454 net/minecraft/client/gui/screen/advancement/Advanc
ARG 1 offsetX
ARG 3 offsetY
METHOD method_2314 drawWidgetTooltip (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 x
ARG 5 y
METHOD method_2315 drawIcon (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_2316 isClickOnTab (IIDD)Z

View File

@ -11,6 +11,7 @@ CLASS net/minecraft/class_453 net/minecraft/client/gui/screen/advancement/Advanc
ARG 6 height
ARG 7 tabCount
METHOD method_2301 drawBackground (Lnet/minecraft/class_332;IIZI)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 selected
@ -27,6 +28,8 @@ CLASS net/minecraft/class_453 net/minecraft/client/gui/screen/advancement/Advanc
METHOD method_2305 getTabY (I)I
ARG 1 index
METHOD method_2306 drawIcon (Lnet/minecraft/class_332;IIILnet/minecraft/class_1799;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 index
ARG 5 stack

View File

@ -27,10 +27,12 @@ CLASS net/minecraft/class_456 net/minecraft/client/gui/screen/advancement/Advanc
METHOD method_2322 addChild (Lnet/minecraft/class_456;)V
ARG 1 widget
METHOD method_2323 renderLines (Lnet/minecraft/class_332;IIZ)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 border
METHOD method_2325 renderWidgets (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_2326 getY ()I
@ -46,6 +48,7 @@ CLASS net/minecraft/class_456 net/minecraft/client/gui/screen/advancement/Advanc
ARG 1 text
ARG 2 width
METHOD method_2331 drawTooltip (Lnet/minecraft/class_332;IIFII)V
ARG 1 context
ARG 2 originX
ARG 3 originY
ARG 4 alpha

View File

@ -19,6 +19,7 @@ CLASS net/minecraft/class_457 net/minecraft/client/gui/screen/advancement/Advanc
METHOD <init> (Lnet/minecraft/class_632;)V
ARG 1 advancementHandler
METHOD method_2334 drawWindow (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_2335 getAdvancementWidget (Lnet/minecraft/class_161;)Lnet/minecraft/class_456;
@ -26,11 +27,13 @@ CLASS net/minecraft/class_457 net/minecraft/client/gui/screen/advancement/Advanc
METHOD method_2336 getTab (Lnet/minecraft/class_161;)Lnet/minecraft/class_454;
ARG 1 advancement
METHOD method_2337 drawAdvancementTree (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 x
ARG 5 y
METHOD method_2338 drawWidgetTooltip (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 x

View File

@ -1,19 +1,23 @@
CLASS net/minecraft/class_485 net/minecraft/client/gui/screen/ingame/AbstractInventoryScreen
METHOD method_18642 drawStatusEffectBackgrounds (Lnet/minecraft/class_332;IILjava/lang/Iterable;Z)V
ARG 1 context
ARG 2 x
ARG 3 height
ARG 4 statusEffects
ARG 5 wide
METHOD method_18643 drawStatusEffectSprites (Lnet/minecraft/class_332;IILjava/lang/Iterable;Z)V
ARG 1 context
ARG 2 x
ARG 3 height
ARG 4 statusEffects
ARG 5 wide
METHOD method_18644 drawStatusEffectDescriptions (Lnet/minecraft/class_332;IILjava/lang/Iterable;)V
ARG 1 context
ARG 2 x
ARG 3 height
ARG 4 statusEffects
METHOD method_2477 drawStatusEffects (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
METHOD method_38933 getStatusEffectDescription (Lnet/minecraft/class_1293;)Lnet/minecraft/class_2561;

View File

@ -17,12 +17,17 @@ CLASS net/minecraft/class_7743 net/minecraft/client/gui/screen/ingame/AbstractSi
ARG 3 filtered
ARG 4 title
METHOD method_45654 translateForRender (Lnet/minecraft/class_332;Lnet/minecraft/class_2680;)V
ARG 1 context
ARG 2 state
METHOD method_45655 renderSignText (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_45656 renderSignBackground (Lnet/minecraft/class_332;Lnet/minecraft/class_2680;)V
ARG 1 context
ARG 2 state
METHOD method_45657 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_45659 renderSign (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_45661 getTextScale ()Lorg/joml/Vector3f;
METHOD method_45662 finishEditing ()V
METHOD method_49912 canEdit ()Z

View File

@ -47,6 +47,7 @@ CLASS net/minecraft/class_466 net/minecraft/client/gui/screen/ingame/BeaconScree
ARG 2 y
ARG 3 message
METHOD method_18641 renderExtra (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_2401 setDisabled (Z)V
ARG 1 disabled
METHOD method_2402 isDisabled ()Z

View File

@ -68,6 +68,7 @@ CLASS net/minecraft/class_473 net/minecraft/client/gui/screen/ingame/BookEditScr
METHOD method_27580 moveVertically (I)V
ARG 1 lines
METHOD method_27581 drawCursor (Lnet/minecraft/class_332;Lnet/minecraft/class_473$class_5234;Z)V
ARG 1 context
ARG 2 position
ARG 3 atEnd
METHOD method_27582 screenPositionToAbsolutePosition (Lnet/minecraft/class_473$class_5234;)Lnet/minecraft/class_473$class_5234;
@ -94,6 +95,7 @@ CLASS net/minecraft/class_473 net/minecraft/client/gui/screen/ingame/BookEditScr
ARG 7 start
ARG 8 end
METHOD method_27588 drawSelection (Lnet/minecraft/class_332;[Lnet/minecraft/class_768;)V
ARG 1 context
ARG 2 selectionRectangles
METHOD method_27589 selectCurrentWord (I)V
ARG 1 cursor

View File

@ -5,11 +5,14 @@ CLASS net/minecraft/class_3934 net/minecraft/client/gui/screen/ingame/Cartograph
ARG 2 inventory
ARG 3 title
METHOD method_17566 drawMap (Lnet/minecraft/class_332;Ljava/lang/Integer;Lnet/minecraft/class_22;IIF)V
ARG 1 context
ARG 2 mapId
ARG 3 mapState
ARG 4 x
ARG 5 y
ARG 6 scale
METHOD method_17567 drawMap (Lnet/minecraft/class_332;Ljava/lang/Integer;Lnet/minecraft/class_22;ZZZZ)V
ARG 1 context
ARG 2 mapId
ARG 3 mapState
ARG 4 cloneMode

View File

@ -51,10 +51,12 @@ CLASS net/minecraft/class_481 net/minecraft/client/gui/screen/ingame/CreativeInv
ARG 1 mouseX
ARG 3 mouseY
METHOD method_2468 renderTabIcon (Lnet/minecraft/class_332;Lnet/minecraft/class_1761;)V
ARG 1 context
ARG 2 group
METHOD method_2470 isCreativeInventorySlot (Lnet/minecraft/class_1735;)Z
ARG 1 slot
METHOD method_2471 renderTabTooltipIfHovered (Lnet/minecraft/class_332;Lnet/minecraft/class_1761;II)Z
ARG 1 context
ARG 2 group
ARG 3 mouseX
ARG 4 mouseY
@ -63,6 +65,7 @@ CLASS net/minecraft/class_481 net/minecraft/client/gui/screen/ingame/CreativeInv
METHOD method_47420 updateDisplayParameters (Lnet/minecraft/class_7699;ZLnet/minecraft/class_7225$class_7874;)V
ARG 1 enabledFeatures
ARG 2 showOperatorTab
ARG 3 lookup
METHOD method_47421 refreshSelectedTab (Ljava/util/Collection;)V
ARG 1 displayStacks
METHOD method_47422 getTabX (Lnet/minecraft/class_1761;)I

View File

@ -9,6 +9,7 @@ CLASS net/minecraft/class_8064 net/minecraft/client/gui/screen/ingame/CyclingSlo
ARG 1 delta
METHOD method_48469 render (Lnet/minecraft/class_1703;Lnet/minecraft/class_332;FII)V
ARG 1 screenHandler
ARG 2 context
ARG 3 delta
ARG 4 x
ARG 5 y
@ -16,6 +17,7 @@ CLASS net/minecraft/class_8064 net/minecraft/client/gui/screen/ingame/CyclingSlo
ARG 1 slot
ARG 2 texture
ARG 3 alpha
ARG 4 context
ARG 5 x
ARG 6 y
METHOD method_48471 updateTexture (Ljava/util/List;)V

View File

@ -6,10 +6,12 @@ CLASS net/minecraft/class_4894 net/minecraft/client/gui/screen/ingame/ForgingScr
ARG 3 title
ARG 4 texture
METHOD method_25444 renderForeground (Lnet/minecraft/class_332;IIF)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 delta
METHOD method_25445 setup ()V
METHOD method_48467 drawInvalidRecipeArrow (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y

View File

@ -45,6 +45,7 @@ CLASS net/minecraft/class_465 net/minecraft/client/gui/screen/ingame/HandledScre
ARG 7 pointY
METHOD method_2379 calculateOffset ()V
METHOD method_2380 drawMouseoverTooltip (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_2381 isClickOutsideBounds (DDIII)Z
@ -54,6 +55,7 @@ CLASS net/minecraft/class_465 net/minecraft/client/gui/screen/ingame/HandledScre
ARG 6 top
ARG 7 button
METHOD method_2382 drawItem (Lnet/minecraft/class_332;Lnet/minecraft/class_1799;IILjava/lang/String;)V
ARG 1 context
ARG 2 stack
ARG 3 x
ARG 4 y
@ -68,6 +70,7 @@ CLASS net/minecraft/class_465 net/minecraft/client/gui/screen/ingame/HandledScre
ARG 1 keyCode
ARG 2 scanCode
METHOD method_2385 drawSlot (Lnet/minecraft/class_332;Lnet/minecraft/class_1735;)V
ARG 1 context
ARG 2 slot
METHOD method_2386 getSlotAt (DD)Lnet/minecraft/class_1735;
ARG 1 x
@ -77,17 +80,22 @@ CLASS net/minecraft/class_465 net/minecraft/client/gui/screen/ingame/HandledScre
ARG 2 pointX
ARG 4 pointY
METHOD method_2388 drawForeground (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
METHOD method_2389 drawBackground (Lnet/minecraft/class_332;FII)V
ARG 1 context
ARG 2 delta
ARG 3 mouseX
ARG 4 mouseY
METHOD method_30107 onMouseClick (I)V
ARG 1 button
METHOD method_33285 drawSlotHighlight (Lnet/minecraft/class_332;III)V
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 z
METHOD method_37432 handledScreenTick ()V
METHOD method_44339 endTouchDrag ()V
METHOD method_51454 getTooltipFromItem (Lnet/minecraft/class_1799;)Ljava/util/List;
ARG 1 stack

View File

@ -10,6 +10,7 @@ CLASS net/minecraft/class_490 net/minecraft/client/gui/screen/ingame/InventorySc
METHOD method_19891 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_2486 drawEntity (Lnet/minecraft/class_332;IIIFFLnet/minecraft/class_1309;)V
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 size
@ -17,6 +18,7 @@ CLASS net/minecraft/class_490 net/minecraft/client/gui/screen/ingame/InventorySc
ARG 5 mouseY
ARG 6 entity
METHOD method_48472 drawEntity (Lnet/minecraft/class_332;IIILorg/joml/Quaternionf;Lorg/joml/Quaternionf;Lnet/minecraft/class_1309;)V
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 size

View File

@ -24,4 +24,8 @@ CLASS net/minecraft/class_494 net/minecraft/client/gui/screen/ingame/LoomScreen
ARG 3 title
METHOD method_17576 onInventoryChanged ()V
METHOD method_22692 drawBanner (Lnet/minecraft/class_332;Lnet/minecraft/class_6880;II)V
ARG 1 context
ARG 2 pattern
ARG 3 x
ARG 4 y
METHOD method_43774 getRows ()I

View File

@ -27,6 +27,7 @@ CLASS net/minecraft/class_492 net/minecraft/client/gui/screen/ingame/MerchantScr
ARG 2 inventory
ARG 3 title
METHOD method_19413 drawLevelInfo (Lnet/minecraft/class_332;IILnet/minecraft/class_1914;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 tradeOffer
@ -35,15 +36,18 @@ CLASS net/minecraft/class_492 net/minecraft/client/gui/screen/ingame/MerchantScr
METHOD method_20220 canScroll (I)Z
ARG 1 listSize
METHOD method_20221 renderScrollbar (Lnet/minecraft/class_332;IILnet/minecraft/class_1916;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 tradeOffers
METHOD method_20222 renderFirstBuyItem (Lnet/minecraft/class_332;Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;II)V
ARG 1 context
ARG 2 adjustedFirstBuyItem
ARG 3 originalFirstBuyItem
ARG 4 x
ARG 5 y
METHOD method_20223 renderArrow (Lnet/minecraft/class_332;Lnet/minecraft/class_1914;II)V
ARG 1 context
ARG 2 tradeOffer
ARG 3 x
ARG 4 y
@ -57,3 +61,6 @@ CLASS net/minecraft/class_492 net/minecraft/client/gui/screen/ingame/MerchantScr
ARG 5 onPress
METHOD method_20228 getIndex ()I
METHOD method_25352 renderTooltip (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y

View File

@ -19,6 +19,7 @@ CLASS net/minecraft/class_4895 net/minecraft/client/gui/screen/ingame/SmithingSc
METHOD method_48475 (Lnet/minecraft/class_332;IILnet/minecraft/class_2561;)V
ARG 4 text
METHOD method_48476 renderSlotTooltip (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
METHOD method_48641 equipArmorStand (Lnet/minecraft/class_1799;)V

View File

@ -18,10 +18,12 @@ CLASS net/minecraft/class_3979 net/minecraft/client/gui/screen/ingame/Stonecutte
ARG 2 inventory
ARG 3 title
METHOD method_17951 renderRecipeIcons (Lnet/minecraft/class_332;III)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 scrollOffset
METHOD method_17952 renderRecipeBackground (Lnet/minecraft/class_332;IIIII)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 x

View File

@ -14,6 +14,7 @@ CLASS net/minecraft/class_4267 net/minecraft/client/gui/screen/multiplayer/Multi
FIELD field_41854 NO_CONNECTION_TEXT Lnet/minecraft/class_2561;
FIELD field_41855 PINGING_TEXT Lnet/minecraft/class_2561;
FIELD field_41856 ONLINE_TEXT Lnet/minecraft/class_2561;
FIELD field_44671 ICONS_TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_500;Lnet/minecraft/class_310;IIIII)V
ARG 1 screen
ARG 2 client
@ -63,6 +64,7 @@ CLASS net/minecraft/class_4267 net/minecraft/client/gui/screen/multiplayer/Multi
ARG 3 server
METHOD method_20133 getServer ()Lnet/minecraft/class_642;
METHOD method_20134 draw (Lnet/minecraft/class_332;IILnet/minecraft/class_2960;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 textureId

View File

@ -6,3 +6,7 @@ CLASS net/minecraft/class_4749 net/minecraft/client/gui/screen/multiplayer/Multi
FIELD field_39354 parent Lnet/minecraft/class_437;
METHOD <init> (Lnet/minecraft/class_437;)V
ARG 1 parent
METHOD method_41162 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_41163 (Lnet/minecraft/class_4185;)V
ARG 1 button

View File

@ -6,6 +6,7 @@ CLASS net/minecraft/class_4667 net/minecraft/client/gui/screen/option/GameOption
ARG 2 gameOptions
ARG 3 title
METHOD method_45626 render (Lnet/minecraft/class_332;Lnet/minecraft/class_353;IIF)V
ARG 1 context
ARG 2 optionButtons
ARG 3 mouseX
ARG 4 mouseY

View File

@ -1,3 +1,5 @@
CLASS net/minecraft/class_517 net/minecraft/client/gui/screen/recipebook/AbstractFurnaceRecipeBookScreen
FIELD field_3149 fuels Lnet/minecraft/class_1856;
METHOD method_17065 getAllowedFuels ()Ljava/util/Set;
METHOD method_49301 (Lnet/minecraft/class_1792;)Z
ARG 1 item

View File

@ -6,6 +6,8 @@ CLASS net/minecraft/class_505 net/minecraft/client/gui/screen/recipebook/RecipeB
ARG 1 recipe
METHOD method_2566 getRecipe ()Lnet/minecraft/class_1860;
METHOD method_2567 draw (Lnet/minecraft/class_332;Lnet/minecraft/class_310;IIZF)V
ARG 1 context
ARG 2 client
ARG 3 x
ARG 4 y
ARG 5 notInventory

View File

@ -18,6 +18,7 @@ CLASS net/minecraft/class_513 net/minecraft/client/gui/screen/recipebook/RecipeB
ARG 1 resultCollections
ARG 2 resetCurrentPage
METHOD method_2628 drawTooltip (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_2629 onRecipesDisplayed (Ljava/util/List;)V
@ -35,6 +36,7 @@ CLASS net/minecraft/class_513 net/minecraft/client/gui/screen/recipebook/RecipeB
ARG 9 areaHeight
METHOD method_2633 getRecipeBook ()Lnet/minecraft/class_3439;
METHOD method_2634 draw (Lnet/minecraft/class_332;IIIIF)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX

View File

@ -30,6 +30,7 @@ CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeB
METHOD method_2580 (Lnet/minecraft/class_516;)Z
ARG 0 resultCollection
METHOD method_2581 drawGhostSlots (Lnet/minecraft/class_332;IIZF)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 notInventory
@ -75,7 +76,13 @@ CLASS net/minecraft/class_507 net/minecraft/client/gui/screen/recipebook/RecipeB
METHOD method_2600 slotClicked (Lnet/minecraft/class_1735;)V
ARG 1 slot
METHOD method_2601 drawTooltip (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
ARG 5 mouseY
METHOD method_2602 drawGhostSlotTooltip (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX

View File

@ -4,6 +4,8 @@ CLASS net/minecraft/class_512 net/minecraft/client/gui/screen/recipebook/RecipeG
METHOD <init> (Lnet/minecraft/class_314;)V
ARG 1 category
METHOD method_2621 renderIcons (Lnet/minecraft/class_332;Lnet/minecraft/class_918;)V
ARG 1 context
ARG 2 itemRenderer
METHOD method_2622 checkForNewRecipes (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_2623 getCategory ()Lnet/minecraft/class_314;

View File

@ -72,10 +72,12 @@ CLASS net/minecraft/class_7543 net/minecraft/client/gui/screen/report/ChatSelect
METHOD method_44666 getTextWidth ()I
METHOD method_44667 getIndent ()I
METHOD method_44695 drawCheckmark (Lnet/minecraft/class_332;III)V
ARG 1 context
ARG 2 y
ARG 3 x
ARG 4 entryHeight
METHOD method_44729 renderIndicator (Lnet/minecraft/class_332;IIIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 entryHeight

View File

@ -16,6 +16,7 @@ CLASS net/minecraft/class_525 net/minecraft/client/gui/screen/world/CreateWorldS
FIELD field_42502 recreated Z
FIELD field_43081 HEADER_SEPARATOR_TEXTURE Lnet/minecraft/class_2960;
FIELD field_43082 FOOTER_SEPARATOR_TEXTURE Lnet/minecraft/class_2960;
FIELD field_44672 LIGHT_DIRT_BACKGROUND_TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_7193;Ljava/util/Optional;Ljava/util/OptionalLong;)V
ARG 1 client
ARG 2 parent

View File

@ -83,5 +83,6 @@ CLASS net/minecraft/class_5235 net/minecraft/client/gui/screen/world/EditGameRul
ARG 2 description
ARG 3 name
METHOD method_29989 drawName (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y

View File

@ -12,12 +12,16 @@ CLASS net/minecraft/class_5682 net/minecraft/client/gui/tooltip/BundleTooltipCom
ARG 2 y
ARG 3 columns
ARG 4 rows
ARG 5 context
METHOD method_33287 drawSlot (IIIZLnet/minecraft/class_332;Lnet/minecraft/class_327;)V
ARG 1 x
ARG 2 y
ARG 3 index
ARG 4 shouldBlock
ARG 5 context
ARG 6 textRenderer
METHOD method_33288 draw (Lnet/minecraft/class_332;IILnet/minecraft/class_5682$class_5771;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 sprite

View File

@ -4,13 +4,48 @@ CLASS net/minecraft/class_8002 net/minecraft/client/gui/tooltip/TooltipBackgroun
FIELD field_41695 START_Y_BORDER_COLOR I
FIELD field_41696 END_Y_BORDER_COLOR I
METHOD method_47946 render (Lnet/minecraft/class_332;IIIII)V
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 z
METHOD method_47947 renderVerticalLine (Lnet/minecraft/class_332;IIIIII)V
ARG 0 renderer
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 height
ARG 4 z
ARG 5 startColor
ARG 6 endColor
METHOD method_47948 renderBorder (Lnet/minecraft/class_332;IIIIIII)V
ARG 0 renderer
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 z
ARG 6 startColor
ARG 7 endColor
METHOD method_47949 renderVerticalLine (Lnet/minecraft/class_332;IIIII)V
ARG 0 renderer
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 height
ARG 4 z
ARG 5 color
METHOD method_47950 renderRectangle (Lnet/minecraft/class_332;IIIIII)V
ARG 0 renderer
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 z
ARG 6 color
METHOD method_47951 renderHorizontalLine (Lnet/minecraft/class_332;IIIII)V
ARG 0 renderer
ARG 0 context
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 z
ARG 5 color

View File

@ -16,3 +16,4 @@ CLASS net/minecraft/class_5684 net/minecraft/client/gui/tooltip/TooltipComponent
ARG 1 textRenderer
ARG 2 x
ARG 3 y
ARG 4 context

View File

@ -71,10 +71,12 @@ CLASS net/minecraft/class_339 net/minecraft/client/gui/widget/ClickableWidget
ARG 1 delay
METHOD method_47937 getTooltipPositioner ()Lnet/minecraft/class_8000;
METHOD method_48579 renderButton (Lnet/minecraft/class_332;IIF)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 delta
METHOD method_48588 drawTexture (Lnet/minecraft/class_332;Lnet/minecraft/class_2960;IIIIIIIII)V
ARG 1 context
ARG 2 texture
ARG 3 x
ARG 4 y
@ -88,10 +90,12 @@ CLASS net/minecraft/class_339 net/minecraft/client/gui/widget/ClickableWidget
METHOD method_48591 setNavigationOrder (I)V
ARG 1 navigationOrder
METHOD method_49604 drawScrollableText (Lnet/minecraft/class_332;Lnet/minecraft/class_327;II)V
ARG 1 context
ARG 2 textRenderer
ARG 3 xMargin
ARG 4 color
METHOD method_49605 drawScrollableText (Lnet/minecraft/class_332;Lnet/minecraft/class_327;Lnet/minecraft/class_2561;IIIII)V
ARG 0 context
ARG 1 textRenderer
ARG 2 text
ARG 3 left

View File

@ -38,6 +38,7 @@ CLASS net/minecraft/class_7529 net/minecraft/client/gui/widget/EditBoxWidget
COMMENT @see EditBox#setMaxLength
ARG 1 maxLength
METHOD method_44403 drawSelection (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 left
ARG 3 top
ARG 4 right

View File

@ -36,10 +36,12 @@ CLASS net/minecraft/class_350 net/minecraft/client/gui/widget/EntryListWidget
ARG 1 x
ARG 2 y
METHOD method_25311 renderList (Lnet/minecraft/class_332;IIF)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 delta
METHOD method_25312 renderHeader (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
METHOD method_25313 setSelected (Lnet/minecraft/class_350$class_351;)V
@ -57,6 +59,7 @@ CLASS net/minecraft/class_350 net/minecraft/client/gui/widget/EntryListWidget
METHOD method_25319 getRowBottom (I)I
ARG 1 index
METHOD method_25320 renderDecorations (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
METHOD method_25321 addEntry (Lnet/minecraft/class_350$class_351;)I
@ -70,6 +73,7 @@ CLASS net/minecraft/class_350 net/minecraft/client/gui/widget/EntryListWidget
METHOD method_25324 centerScrollOn (Lnet/minecraft/class_350$class_351;)V
ARG 1 entry
METHOD method_25325 renderBackground (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_25326 getEntry (I)Lnet/minecraft/class_350$class_351;
ARG 1 index
METHOD method_25328 ensureVisible (Lnet/minecraft/class_350$class_351;)V
@ -106,6 +110,7 @@ CLASS net/minecraft/class_350 net/minecraft/client/gui/widget/EntryListWidget
ARG 2 entry
METHOD method_37019 getHoveredEntry ()Lnet/minecraft/class_350$class_351;
METHOD method_44397 renderEntry (Lnet/minecraft/class_332;IIFIIIII)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 delta
@ -115,6 +120,7 @@ CLASS net/minecraft/class_350 net/minecraft/client/gui/widget/EntryListWidget
ARG 8 entryWidth
ARG 9 entryHeight
METHOD method_44398 drawSelectionHighlight (Lnet/minecraft/class_332;IIIII)V
ARG 1 context
ARG 2 y
ARG 3 entryWidth
ARG 4 entryHeight
@ -137,10 +143,12 @@ CLASS net/minecraft/class_350 net/minecraft/client/gui/widget/EntryListWidget
METHOD method_48201 (Lnet/minecraft/class_350$class_351;)Z
ARG 0 entry
METHOD method_49603 enableScissor (Lnet/minecraft/class_332;)V
ARG 1 context
CLASS class_351 Entry
FIELD field_22752 parentList Lnet/minecraft/class_350;
METHOD method_25343 render (Lnet/minecraft/class_332;IIIIIIIZF)V
COMMENT Renders an entry in a list.
ARG 1 context
ARG 2 index
COMMENT the index of the entry
ARG 3 y
@ -159,6 +167,7 @@ CLASS net/minecraft/class_350 net/minecraft/client/gui/widget/EntryListWidget
COMMENT whether the mouse is hovering over the entry
ARG 10 tickDelta
METHOD method_49568 drawBorder (Lnet/minecraft/class_332;IIIIIIIZF)V
ARG 1 context
ARG 2 index
ARG 3 y
ARG 4 x

View File

@ -3,6 +3,7 @@ CLASS net/minecraft/class_4264 net/minecraft/client/gui/widget/PressableWidget
COMMENT also pressed when enter or space keys are pressed when it is selected.
METHOD method_25306 onPress ()V
METHOD method_48589 drawMessage (Lnet/minecraft/class_332;Lnet/minecraft/class_327;I)V
ARG 1 context
ARG 2 textRenderer
ARG 3 color
METHOD method_49602 getTextureY ()I

View File

@ -18,9 +18,11 @@ CLASS net/minecraft/class_7528 net/minecraft/client/gui/widget/ScrollableWidget
COMMENT <p>This renders the scrollbar by default. Subclasses can override this to
COMMENT render other overlays, but {@code super} call is necessary to make sure the scrollbar
COMMENT renders when it should.
ARG 1 context
METHOD method_44385 getPaddingDoubled ()I
METHOD method_44386 drawBox (Lnet/minecraft/class_332;)V
COMMENT Draws the box that the contents are rendered over, including its borders.
ARG 1 context
METHOD method_44387 getScrollY ()D
METHOD method_44388 isWithinBounds (DD)Z
ARG 1 mouseX
@ -29,6 +31,7 @@ CLASS net/minecraft/class_7528 net/minecraft/client/gui/widget/ScrollableWidget
COMMENT Renders the scrolled contents. Subclasses must override this. The rendered contents
COMMENT may overflow; the caller should trim those using {@link
COMMENT net.minecraft.client.gui.DrawableHelper#enableScissor}.
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 delta
@ -41,3 +44,4 @@ CLASS net/minecraft/class_7528 net/minecraft/client/gui/widget/ScrollableWidget
METHOD method_44394 getScrollbarThumbHeight ()I
METHOD method_44395 getContentsHeightWithPadding ()I
METHOD method_44396 drawScrollbar (Lnet/minecraft/class_332;)V
ARG 1 context

View File

@ -9,10 +9,12 @@ CLASS net/minecraft/class_8209 net/minecraft/client/gui/widget/TabButtonWidget
ARG 4 height
METHOD method_49607 getTextureV ()I
METHOD method_49608 drawMessage (Lnet/minecraft/class_332;Lnet/minecraft/class_327;I)V
ARG 1 context
ARG 2 textRenderer
ARG 3 color
METHOD method_49609 getTab ()Lnet/minecraft/class_8087;
METHOD method_49610 drawCurrentTabLine (Lnet/minecraft/class_332;Lnet/minecraft/class_327;I)V
ARG 1 context
ARG 2 textRenderer
ARG 3 color
METHOD method_49611 isCurrentTab ()Z

View File

@ -97,6 +97,7 @@ CLASS net/minecraft/class_342 net/minecraft/client/gui/widget/TextFieldWidget
ARG 1 index
METHOD method_1885 isVisible ()Z
METHOD method_1886 drawSelectionHighlight (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x1
ARG 3 y1
ARG 4 x2

View File

@ -22,6 +22,7 @@ CLASS net/minecraft/class_4367 net/minecraft/client/realms/gui/RealmsWorldSlotBu
ARG 7 id
ARG 8 action
METHOD method_21107 drawSlotFrame (Lnet/minecraft/class_332;IIIIZLjava/lang/String;IJLjava/lang/String;ZZLnet/minecraft/class_4367$class_4368;Lnet/minecraft/class_2561;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
@ -48,6 +49,7 @@ CLASS net/minecraft/class_4367 net/minecraft/client/realms/gui/RealmsWorldSlotBu
ARG 2 minigame
METHOD method_37007 tick ()V
METHOD method_43586 drawCheckmark (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y
CLASS class_4368 Action

View File

@ -12,15 +12,18 @@ CLASS net/minecraft/class_4371 net/minecraft/client/realms/gui/screen/RealmsAcce
METHOD method_21110 handleClick (I)V
ARG 1 index
METHOD method_21111 render (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
ARG 5 mouseY
METHOD method_21112 render (Lnet/minecraft/class_332;IIZ)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 showTooltip
METHOD method_21113 render (Lnet/minecraft/class_332;Ljava/util/List;Lnet/minecraft/class_4904;IIII)V
ARG 0 context
ARG 1 buttons
ARG 2 selectionList
ARG 3 x

View File

@ -18,6 +18,7 @@ CLASS net/minecraft/class_4384 net/minecraft/client/realms/gui/screen/RealmsBrok
METHOD method_21179 getFramePositionX (I)I
ARG 1 i
METHOD method_21180 drawSlotFrame (Lnet/minecraft/class_332;IIIIZLjava/lang/String;IJLjava/lang/String;Z)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX

View File

@ -39,11 +39,13 @@ CLASS net/minecraft/class_4388 net/minecraft/client/realms/gui/screen/RealmsConf
ARG 1 i
ARG 2 total
METHOD method_21201 drawServerStatus (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
ARG 5 mouseY
METHOD method_21202 drawExpiring (Lnet/minecraft/class_332;IIIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
@ -59,6 +61,7 @@ CLASS net/minecraft/class_4388 net/minecraft/client/realms/gui/screen/RealmsConf
METHOD method_21208 saveSlotSettings (Lnet/minecraft/class_4883;)V
ARG 1 options
METHOD method_21214 renderMousehoverTooltip (Lnet/minecraft/class_332;Lnet/minecraft/class_2561;II)V
ARG 1 context
ARG 2 text
ARG 3 mouseX
ARG 4 mouseY
@ -74,6 +77,7 @@ CLASS net/minecraft/class_4388 net/minecraft/client/realms/gui/screen/RealmsConf
METHOD method_21220 buttonLeft (I)I
ARG 1 i
METHOD method_21221 drawExpired (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
@ -86,6 +90,7 @@ CLASS net/minecraft/class_4388 net/minecraft/client/realms/gui/screen/RealmsConf
METHOD method_21228 frame (I)I
ARG 1 ordinal
METHOD method_21229 drawOpen (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
@ -111,6 +116,7 @@ CLASS net/minecraft/class_4388 net/minecraft/client/realms/gui/screen/RealmsConf
METHOD method_25142 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_25143 drawClosed (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX

View File

@ -32,11 +32,15 @@ CLASS net/minecraft/class_4392 net/minecraft/client/realms/gui/screen/RealmsDown
ARG 1 downloadLink
METHOD method_21265 checkDownloadSize ()V
METHOD method_21266 drawDownloadSpeed0 (Lnet/minecraft/class_332;J)V
ARG 1 context
ARG 2 bytesPerSecond
METHOD method_21269 backButtonClicked ()V
METHOD method_21272 drawDots (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_21274 drawProgressBar (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_21276 drawDownloadSpeed (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_21278 downloadSave ()V
METHOD method_21279 downloadCancelled ()V
METHOD method_25158 (Lnet/minecraft/class_4185;)V

View File

@ -84,7 +84,9 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
METHOD method_20835 popupX0 ()I
METHOD method_20836 popupY0 ()I
METHOD method_20837 renderLocal (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_20838 renderStage (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_20842 shouldShowMessageInList ()Z
METHOD method_20843 (CLnet/minecraft/class_4324;)V
ARG 1 keyCombo
@ -92,11 +94,13 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
ARG 1 xm
ARG 3 ym
METHOD method_20846 drawExpired (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
ARG 5 mouseY
METHOD method_20850 renderNews (Lnet/minecraft/class_332;IIZIIZZ)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
ARG 4 hasUnread
@ -111,7 +115,9 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
ARG 2 parent
METHOD method_20870 shouldShowPopup ()Z
METHOD method_20872 drawPopup (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_20873 drawOpen (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
@ -119,6 +125,7 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
METHOD method_20874 shouldPlayButtonBeActive (Lnet/minecraft/class_4877;)Z
ARG 1 server
METHOD method_20883 drawClose (Lnet/minecraft/class_332;IIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
@ -151,6 +158,7 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
METHOD method_23766 (Lnet/minecraft/class_2960;)Z
ARG 0 filename
METHOD method_24987 drawExpiring (Lnet/minecraft/class_332;IIIII)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
@ -244,6 +252,7 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
FIELD field_44518 PENDING_TEXT Lnet/minecraft/class_7919;
METHOD method_37005 updatePendingText ()V
METHOD method_51235 render (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_51236 (Lnet/minecraft/class_4325;Lnet/minecraft/class_4185;)V
ARG 1 button
CLASS class_4329 RealmSelectionList
@ -253,18 +262,21 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
ARG 2 server
METHOD method_20945 render (Lnet/minecraft/class_4877;Lnet/minecraft/class_332;IIII)V
ARG 1 server
ARG 2 context
ARG 3 x
ARG 4 y
ARG 5 mouseX
ARG 6 mouseY
METHOD method_20946 renderRealmsServerItem (Lnet/minecraft/class_4877;Lnet/minecraft/class_332;IIII)V
ARG 1 server
ARG 2 context
ARG 3 x
ARG 4 y
ARG 5 mouseX
ARG 6 mouseY
METHOD method_49291 drawServerState (Lnet/minecraft/class_4877;Lnet/minecraft/class_332;IIIIII)V
ARG 1 server
ARG 2 context
ARG 3 x
ARG 4 y
ARG 5 mouseX
@ -273,6 +285,7 @@ CLASS net/minecraft/class_4325 net/minecraft/client/realms/gui/screen/RealmsMain
ARG 8 yOffset
CLASS class_4331 RealmSelectionListTrialEntry
METHOD method_20947 renderTrialItem (Lnet/minecraft/class_332;IIIII)V
ARG 1 context
ARG 2 index
ARG 3 x
ARG 4 y

View File

@ -15,6 +15,7 @@ CLASS net/minecraft/class_4399 net/minecraft/client/realms/gui/screen/RealmsNoti
FIELD field_43040 notificationsOnly Lnet/minecraft/class_4399$class_8207;
METHOD method_21294 checkIfMcoEnabled ()V
METHOD method_21295 drawIcons (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 mouseX
ARG 3 mouseY
METHOD method_25169 shouldShowRealmsNews ()Z

View File

@ -18,6 +18,7 @@ CLASS net/minecraft/class_4401 net/minecraft/client/realms/gui/screen/RealmsPend
METHOD method_21300 updateList (I)V
ARG 1 slot
METHOD method_21306 renderMousehoverTooltip (Lnet/minecraft/class_332;Lnet/minecraft/class_2561;II)V
ARG 1 context
ARG 2 tooltip
ARG 3 mouseX
ARG 4 mouseY
@ -48,6 +49,7 @@ CLASS net/minecraft/class_4401 net/minecraft/client/realms/gui/screen/RealmsPend
METHOD <init> (Lnet/minecraft/class_4401;Lnet/minecraft/class_4871;)V
ARG 2 pendingInvite
METHOD method_21324 renderPendingInvitationItem (Lnet/minecraft/class_332;Lnet/minecraft/class_4871;IIII)V
ARG 1 context
ARG 2 invite
ARG 3 x
ARG 4 y

View File

@ -41,6 +41,7 @@ CLASS net/minecraft/class_4410 net/minecraft/client/realms/gui/screen/RealmsRese
ARG 7 resetCallback
ARG 8 selectFileUploadCallback
METHOD method_21370 drawFrame (Lnet/minecraft/class_332;IILnet/minecraft/class_2561;Lnet/minecraft/class_2960;ZZ)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 text

View File

@ -39,6 +39,7 @@ CLASS net/minecraft/class_4416 net/minecraft/client/realms/gui/screen/RealmsSele
METHOD <init> (Lnet/minecraft/class_4416;Lnet/minecraft/class_34;)V
ARG 2 summary
METHOD method_21411 renderItem (Lnet/minecraft/class_332;III)V
ARG 1 context
ARG 2 index
ARG 3 x
ARG 4 y

View File

@ -30,6 +30,7 @@ CLASS net/minecraft/class_4419 net/minecraft/client/realms/gui/screen/RealmsSele
ARG 3 worldType
ARG 4 templateList
METHOD method_21414 renderMessages (Lnet/minecraft/class_332;IILjava/util/List;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 messages
@ -39,6 +40,7 @@ CLASS net/minecraft/class_4419 net/minecraft/client/realms/gui/screen/RealmsSele
ARG 1 templateList
ARG 2 realms
METHOD method_21424 renderMousehoverTooltip (Lnet/minecraft/class_332;Lnet/minecraft/class_2561;II)V
ARG 1 context
ARG 2 tooltip
ARG 3 mouseX
ARG 4 mouseY
@ -81,12 +83,14 @@ CLASS net/minecraft/class_4419 net/minecraft/client/realms/gui/screen/RealmsSele
METHOD <init> (Lnet/minecraft/class_4419;Lnet/minecraft/class_4890;)V
ARG 2 template
METHOD method_21451 drawImage (Lnet/minecraft/class_332;IIIILnet/minecraft/class_4890;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
ARG 5 mouseY
ARG 6 template
METHOD method_21452 drawIcons (Lnet/minecraft/class_332;IIIILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
ARG 1 context
ARG 2 x
ARG 3 y
ARG 4 mouseX
@ -95,6 +99,7 @@ CLASS net/minecraft/class_4419 net/minecraft/client/realms/gui/screen/RealmsSele
ARG 7 trailer
ARG 8 recommendedPlayers
METHOD method_21453 renderWorldTemplateItem (Lnet/minecraft/class_332;Lnet/minecraft/class_4890;IIII)V
ARG 1 context
ARG 2 template
ARG 3 x
ARG 4 y

View File

@ -17,6 +17,7 @@ CLASS net/minecraft/class_4425 net/minecraft/client/realms/gui/screen/RealmsSubs
FIELD field_26521 DAY_TEXT Lnet/minecraft/class_2561;
FIELD field_26522 DAYS_TEXT Lnet/minecraft/class_2561;
FIELD field_34033 UNKNOWN_TEXT Lnet/minecraft/class_2561;
FIELD field_43152 RECURRING_INFO_TEXT Lnet/minecraft/class_2561;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_4877;Lnet/minecraft/class_437;)V
ARG 1 parent
ARG 2 serverData

View File

@ -40,11 +40,15 @@ CLASS net/minecraft/class_4427 net/minecraft/client/realms/gui/screen/RealmsUplo
ARG 1 pathToDirectoryFile
METHOD method_21525 onBack ()V
METHOD method_21526 drawUploadSpeed0 (Lnet/minecraft/class_332;J)V
ARG 1 context
ARG 2 bytesPerSecond
METHOD method_21528 onCancel ()V
METHOD method_21530 drawDots (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_21532 drawProgressBar (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_21534 drawUploadSpeed (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_21536 upload ()V
METHOD method_21538 uploadCancelled ()V
METHOD method_22105 (JLnet/minecraft/class_4429;)V

View File

@ -113,6 +113,8 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
METHOD method_22974 getLightmapTextureManager ()Lnet/minecraft/class_765;
METHOD method_22975 getOverlayTexture ()Lnet/minecraft/class_4608;
METHOD method_31136 renderNausea (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 distortionStrength
METHOD method_3167 onCameraEntitySet (Lnet/minecraft/class_1297;)V
ARG 1 entity
METHOD method_3168 loadPostProcessor (Lnet/minecraft/class_2960;)V

View File

@ -37,6 +37,7 @@ CLASS net/minecraft/class_370 net/minecraft/client/toast/SystemToast
ARG 0 client
ARG 1 worldName
METHOD method_29046 drawPart (Lnet/minecraft/class_332;Lnet/minecraft/class_374;IIII)V
ARG 1 context
ARG 2 manager
ARG 3 width
ARG 4 textureV

View File

@ -3,6 +3,7 @@ CLASS net/minecraft/class_368 net/minecraft/client/toast/Toast
FIELD field_2208 TYPE Ljava/lang/Object;
FIELD field_39928 BASE_HEIGHT I
METHOD method_1986 draw (Lnet/minecraft/class_332;Lnet/minecraft/class_374;J)Lnet/minecraft/class_368$class_369;
ARG 1 context
ARG 2 manager
ARG 3 startTime
METHOD method_1987 getType ()Ljava/lang/Object;

View File

@ -9,6 +9,7 @@ CLASS net/minecraft/class_374 net/minecraft/client/toast/ToastManager
ARG 1 client
METHOD method_1995 getClient ()Lnet/minecraft/class_310;
METHOD method_1996 draw (Lnet/minecraft/class_332;)V
ARG 1 context
METHOD method_1997 getToast (Ljava/lang/Class;Ljava/lang/Object;)Lnet/minecraft/class_368;
ARG 1 toastClass
ARG 2 type
@ -38,5 +39,6 @@ CLASS net/minecraft/class_374 net/minecraft/client/toast/ToastManager
METHOD method_2001 getInstance ()Lnet/minecraft/class_368;
METHOD method_2002 draw (ILnet/minecraft/class_332;)Z
ARG 1 x
ARG 2 context
METHOD method_2003 getDisappearProgress (J)F
ARG 1 time

View File

@ -22,5 +22,6 @@ CLASS net/minecraft/class_372 net/minecraft/client/toast/TutorialToast
ARG 3 textureSlotX
ARG 4 textureSlotY
METHOD method_1994 drawIcon (Lnet/minecraft/class_332;II)V
ARG 1 context
ARG 2 x
ARG 3 y