yarn/mappings/com/mojang/blaze3d/platform/TextureUtil.mapping

24 lines
458 B
Plaintext
Raw Normal View History

2018-12-31 16:37:56 -05:00
CLASS com/mojang/blaze3d/platform/TextureUtil
METHOD bind (I)V
ARG 0 texture
METHOD prepareImage (III)V
ARG 0 texture
ARG 1 width
ARG 2 height
METHOD prepareImage (IIII)V
ARG 0 texture
ARG 1 levels
ARG 2 width
ARG 3 height
2019-07-04 11:29:01 -04:00
METHOD prepareImage (Lcug$b;III)V
2018-12-31 16:37:56 -05:00
ARG 0 pixelFormat
ARG 1 texture
ARG 2 width
ARG 3 height
2019-07-04 11:29:01 -04:00
METHOD prepareImage (Lcug$b;IIII)V
2018-12-31 16:37:56 -05:00
ARG 0 pixelFormat
ARG 1 texture
ARG 2 levels
ARG 3 width
ARG 4 height