yarn/mappings/net/minecraft/client/gui/DrawableHelper.mapping

121 lines
2.6 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_332 net/minecraft/client/gui/DrawableHelper
FIELD field_22734 zOffset I
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 textureWidth
ARG 7 textureHeight
METHOD method_25291 drawTexture (IIIFFIIII)V
ARG 0 x
ARG 1 y
ARG 2 z
ARG 3 u
ARG 4 v
ARG 5 width
ARG 6 height
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 drawTexture (IIIIFFIIII)V
ARG 0 x
ARG 1 y
ARG 2 width
ARG 3 height
ARG 4 u
ARG 5 v
ARG 6 uWidth
ARG 7 vHeight
ARG 8 textureWidth
ARG 9 textureHeight
METHOD method_25294 fill (IIIII)V
ARG 0 x1
ARG 1 y1
ARG 2 x2
ARG 3 y2
2019-03-20 13:56:26 -04:00
ARG 4 color
METHOD method_25295 drawTexturedQuad (IIIIIFFFF)V
ARG 0 xStart
ARG 1 xEnd
ARG 2 yStart
ARG 3 yEnd
ARG 4 z
ARG 5 uStart
ARG 6 uEnd
ARG 7 vStart
ARG 8 vEnd
METHOD method_25296 fillGradient (IIIIII)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 uWidth
ARG 6 vHeight
ARG 7 u
ARG 8 v
ARG 9 textureWidth
ARG 10 textureHeight
METHOD method_25298 drawSprite (IIIIILnet/minecraft/class_1058;)V
2020-03-04 15:22:46 -05:00
ARG 0 x
ARG 1 y
ARG 2 z
ARG 3 width
ARG 4 height
ARG 5 sprite
METHOD method_25299 fill (Lnet/minecraft/class_1159;IIIII)V
ARG 0 matrix
2020-03-04 15:22:46 -05:00
ARG 1 x1
ARG 2 y1
ARG 3 x2
ARG 4 y2
ARG 5 color
METHOD method_25300 drawCenteredString (Lnet/minecraft/class_327;Ljava/lang/String;III)V
2020-03-04 15:22:46 -05:00
ARG 1 textRenderer
ARG 2 str
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 (IIIIII)V
2020-03-04 15:22:46 -05:00
ARG 1 x
ARG 2 y
ARG 3 u
ARG 4 v
ARG 5 width
ARG 6 height
METHOD method_25303 drawString (Lnet/minecraft/class_327;Ljava/lang/String;III)V
2020-03-04 15:22:46 -05:00
ARG 1 textRenderer
ARG 2 str
ARG 3 x
ARG 4 y
ARG 5 color
METHOD method_25304 setZOffset (I)V
ARG 1 zOffset
METHOD method_25305 getZOffset ()I