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

17 lines
487 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/bxe net/minecraft/client/texture/TextureManager
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b textures Ljava/util/Map;
FIELD c updateable Ljava/util/List;
2016-09-12 06:08:56 -04:00
METHOD a onResourceReload (Lnone/byc;)V
ARG 0 container
METHOD a bindTexture (Lnone/kp;)V
ARG 0 id
2016-09-12 06:08:56 -04:00
METHOD a registerTexture (Lnone/kp;Lnone/bxf;)Z
2016-08-28 17:10:48 -04:00
ARG 0 id
ARG 1 texture
2016-09-12 06:08:56 -04:00
METHOD a (Lnone/kp;Lnone/bxi;)Z
ARG 0 id
2016-09-12 06:08:56 -04:00
METHOD b getTexture (Lnone/kp;)Lnone/bxf;
ARG 0 id
METHOD e updateTexture ()V