remove blit and javadoc i need comments (#1168)

* remove blit i need comments

* some javadoc?

* revert parameters names

* fix interchangeable
This commit is contained in:
shedaniel 2020-03-17 05:41:30 +08:00 committed by GitHub
parent 6c500b99ac
commit bc23219e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 26 deletions

View File

@ -1,18 +1,22 @@
CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawableHelper
FIELD field_22734 zOffset I
FIELD field_22735 BACKGROUND_LOCATION Lnet/minecraft/class_2960;
FIELD field_22736 STATS_ICON_LOCATION Lnet/minecraft/class_2960;
FIELD field_22737 GUI_ICONS_LOCATION Lnet/minecraft/class_2960;
METHOD method_25290 blit (IIFFIIII)V
COMMENT The z offset used by {@link DrawableHelper}.
FIELD field_22735 BACKGROUND_TEXTURE Lnet/minecraft/class_2960;
COMMENT The texture used by options for background.
FIELD field_22736 STATS_ICON_TEXTURE Lnet/minecraft/class_2960;
COMMENT The texture of icons used in the stats screen.
FIELD field_22737 GUI_ICONS_TEXTURE Lnet/minecraft/class_2960;
COMMENT The texture of various icons and widgets used for rendering ingame indicators.
METHOD method_25290 drawTexture (IIFFIIII)V
ARG 0 x
ARG 1 y
ARG 2 u
ARG 3 v
ARG 4 width
ARG 5 height
ARG 6 texWidth
ARG 7 texHeight
METHOD method_25291 blit (IIIFFIIII)V
ARG 6 textureWidth
ARG 7 textureHeight
METHOD method_25291 drawTexture (IIIFFIIII)V
ARG 0 x
ARG 1 y
ARG 2 z
@ -20,14 +24,14 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawableHelper
ARG 4 v
ARG 5 width
ARG 6 height
ARG 7 texHeight
ARG 8 texWidth
ARG 7 textureHeight
ARG 8 textureWidth
METHOD method_25292 drawHorizontalLine (IIII)V
ARG 1 x1
ARG 2 x2
ARG 3 y
ARG 4 color
METHOD method_25293 blit (IIIIFFIIII)V
METHOD method_25293 drawTexture (IIIIFFIIII)V
ARG 0 x
ARG 1 y
ARG 2 width
@ -36,15 +40,15 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawableHelper
ARG 5 v
ARG 6 uWidth
ARG 7 vHeight
ARG 8 texWidth
ARG 9 texHeight
ARG 8 textureWidth
ARG 9 textureHeight
METHOD method_25294 fill (IIIII)V
ARG 0 x1
ARG 1 y1
ARG 2 x2
ARG 3 y2
ARG 4 color
METHOD method_25295 innerBlit (IIIIIFFFF)V
METHOD method_25295 drawTexturedQuad (IIIIIFFFF)V
ARG 0 xStart
ARG 1 xEnd
ARG 2 yStart
@ -55,25 +59,25 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawableHelper
ARG 7 vStart
ARG 8 vEnd
METHOD method_25296 fillGradient (IIIIII)V
ARG 1 top
ARG 2 left
ARG 3 right
ARG 4 bottom
ARG 5 color1
ARG 6 color2
METHOD method_25297 innerBlit (IIIIIIIFFII)V
ARG 1 xStart
ARG 2 yStart
ARG 3 xEnd
ARG 4 yEnd
ARG 5 colorStart
ARG 6 colorEnd
METHOD method_25297 drawTexture (IIIIIIIFFII)V
ARG 0 xStart
ARG 1 xEnd
ARG 2 yStart
ARG 3 yEnd
ARG 4 z
ARG 5 width
ARG 6 height
ARG 5 uWidth
ARG 6 vHeight
ARG 7 u
ARG 8 v
ARG 9 texWidth
ARG 10 texHeight
METHOD method_25298 blit (IIIIILnet/minecraft/class_1058;)V
ARG 9 textureWidth
ARG 10 textureHeight
METHOD method_25298 drawSprite (IIIIILnet/minecraft/class_1058;)V
ARG 0 x
ARG 1 y
ARG 2 z
@ -81,6 +85,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawableHelper
ARG 4 height
ARG 5 sprite
METHOD method_25299 fill (Lnet/minecraft/class_1159;IIIII)V
ARG 0 matrix
ARG 1 x1
ARG 2 y1
ARG 3 x2
@ -97,7 +102,7 @@ CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawableHelper
ARG 2 y1
ARG 3 y2
ARG 4 color
METHOD method_25302 blit (IIIIII)V
METHOD method_25302 drawTexture (IIIIII)V
ARG 1 x
ARG 2 y
ARG 3 u