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

19 lines
607 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS dos 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-01-16 13:24:40 -05:00
FIELD f resourceContainer Lwo;
METHOD a registerDynamicTexture (Ljava/lang/String;Ldoi;)Lqc;
2018-11-04 07:22:38 -05:00
ARG 1 prefix
2019-01-16 13:24:40 -05:00
METHOD a bindTexture (Lqc;)V
METHOD a registerTexture (Lqc;Ldot;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2019-01-16 13:24:40 -05:00
METHOD a registerTextureUpdateable (Lqc;Ldov;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2019-01-16 13:24:40 -05:00
METHOD a onResourceReload (Lwo;)V
ARG 1 manager
2019-01-16 13:24:40 -05:00
METHOD b getTexture (Lqc;)Ldot;
METHOD c destroyTexture (Lqc;)V
METHOD e tick ()V