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

16 lines
537 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS dpe 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;
2019-02-06 15:22:24 -05:00
FIELD f resourceContainer Lwr;
METHOD a registerDynamicTexture (Ljava/lang/String;Ldot;)Lqd;
2018-11-04 07:22:38 -05:00
ARG 1 prefix
2019-01-24 11:47:45 -05:00
METHOD a bindTexture (Lqd;)V
2019-02-06 15:22:24 -05:00
METHOD a registerTexture (Lqd;Ldpf;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2019-02-06 15:22:24 -05:00
METHOD a registerTextureUpdateable (Lqd;Ldph;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2019-02-06 15:22:24 -05:00
METHOD b getTexture (Lqd;)Ldpf;
METHOD d destroyTexture (Lqd;)V