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

19 lines
607 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS dnp net/minecraft/client/texture/TextureManager
2017-06-08 10:01:49 -04:00
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c textures Ljava/util/Map;
FIELD d tickListeners Ljava/util/List;
2017-06-08 10:01:49 -04:00
FIELD e dynamicIdCounters Ljava/util/Map;
2018-12-12 12:12:26 -05:00
FIELD f resourceContainer Lwj;
METHOD a registerDynamicTexture (Ljava/lang/String;Ldnf;)Lqc;
2018-11-04 07:22:38 -05:00
ARG 1 prefix
2018-12-12 12:12:26 -05:00
METHOD a bindTexture (Lqc;)V
METHOD a registerTexture (Lqc;Ldnq;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2018-12-12 12:12:26 -05:00
METHOD a registerTextureUpdateable (Lqc;Ldns;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2018-12-12 12:12:26 -05:00
METHOD a onResourceReload (Lwj;)V
ARG 1 manager
2018-12-12 12:12:26 -05:00
METHOD b getTexture (Lqc;)Ldnq;
METHOD c destroyTexture (Lqc;)V
METHOD e tick ()V