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

19 lines
607 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS dlx 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-05 09:11:37 -05:00
FIELD f resourceContainer Lwd;
METHOD a registerDynamicTexture (Ljava/lang/String;Ldln;)Lpz;
2018-11-04 07:22:38 -05:00
ARG 1 prefix
2018-12-05 09:11:37 -05:00
METHOD a bindTexture (Lpz;)V
METHOD a registerTexture (Lpz;Ldly;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2018-12-05 09:11:37 -05:00
METHOD a registerTextureUpdateable (Lpz;Ldma;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2018-12-05 09:11:37 -05:00
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
2018-12-05 09:11:37 -05:00
METHOD b getTexture (Lpz;)Ldly;
METHOD c destroyTexture (Lpz;)V
METHOD e tick ()V