yarn/mappings/net/minecraft/client/texture/TextureUtils.mapping

17 lines
422 B
Plaintext
Raw Normal View History

CLASS dgm net/minecraft/client/texture/TextureUtils
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2016-09-18 10:43:16 -04:00
METHOD a createTextureId ()I
2016-09-19 04:08:43 -04:00
METHOD a destroyTextureId (I)V
2017-05-13 02:02:51 -04:00
ARG 0 id
METHOD a allocateTextureStorage (Ldgl$b;III)V
ARG 1 textureId
2017-05-13 02:02:51 -04:00
ARG 2 width
ARG 3 height
METHOD a allocateTextureStorage (Ldgl$b;IIII)V
ARG 1 textureId
ARG 2 maxLevel
ARG 3 width
ARG 4 height
2016-08-25 05:56:41 -04:00
METHOD b bindTexture (I)V
2017-05-13 02:02:51 -04:00
ARG 0 texId