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

73 lines
1.2 KiB
Plaintext

CLASS cvm net/minecraft/client/gui/DrawableHelper
METHOD blit (FFIIII)V
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
ARG 1 x
ARG 2 y
ARG 3 u
ARG 4 v
ARG 5 width
ARG 6 height
METHOD blit (IILdto;II)V
ARG 1 x
ARG 2 y
ARG 3 sprite
ARG 4 width
ARG 5 height
METHOD drawCenteredString (Lcvk;Ljava/lang/String;III)V
ARG 1 textRenderer
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
ARG 4 y
ARG 5 color
METHOD drawString (Lcvk;Ljava/lang/String;III)V
ARG 1 textRenderer
ARG 2 str
ARG 3 x
ARG 4 y
ARG 5 color
METHOD fill (IIIII)V
ARG 0 left
ARG 1 top
ARG 2 right
ARG 3 bottom
ARG 4 color
METHOD fillGradient (IIIIII)V
ARG 1 top
ARG 2 left
ARG 3 right
ARG 4 bottom
ARG 5 color1
ARG 6 color2