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

73 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS cvm net/minecraft/client/gui/DrawableHelper
METHOD blit (FFIIII)V
2019-02-21 13:15:03 -05:00
ARG 1 x
ARG 2 y
ARG 3 u
ARG 4 v
ARG 5 width
ARG 6 height
METHOD blit (IIFFIIFF)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 blit (IIFFIIIIFF)V
ARG 0 x
ARG 1 y
ARG 2 u
ARG 3 v
ARG 4 uvWidth
ARG 5 uvHeight
ARG 6 width
ARG 7 height
ARG 8 textureWidth
ARG 9 textureHeight
METHOD blit (IIIIII)V
2019-03-20 13:56:26 -04:00
ARG 1 x
ARG 2 y
ARG 3 u
ARG 4 v
ARG 5 width
ARG 6 height
2019-03-27 14:35:10 -04:00
METHOD blit (IILdto;II)V
2019-02-21 13:15:03 -05:00
ARG 1 x
ARG 2 y
ARG 3 sprite
ARG 4 width
ARG 5 height
2019-03-27 14:35:10 -04:00
METHOD drawCenteredString (Lcvk;Ljava/lang/String;III)V
ARG 1 textRenderer
2019-02-21 13:15:03 -05:00
ARG 2 str
ARG 3 centerX
ARG 4 y
ARG 5 color
METHOD drawRightAlignedString (Lcvk;Ljava/lang/String;III)V
ARG 1 textRenderer
ARG 2 str
ARG 3 rightX
2019-02-21 13:15:03 -05:00
ARG 4 y
ARG 5 color
2019-03-27 14:35:10 -04:00
METHOD drawString (Lcvk;Ljava/lang/String;III)V
ARG 1 textRenderer
2019-02-21 13:15:03 -05:00
ARG 2 str
ARG 3 x
ARG 4 y
ARG 5 color
METHOD fill (IIIII)V
2019-03-20 13:56:26 -04:00
ARG 0 left
ARG 1 top
ARG 2 right
ARG 3 bottom
ARG 4 color
METHOD fillGradient (IIIIII)V
2019-03-20 13:56:26 -04:00
ARG 1 top
ARG 2 left
ARG 3 right
ARG 4 bottom
ARG 5 color1
ARG 6 color2