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

18 lines
591 B
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS djm 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-11-07 11:37:58 -05:00
FIELD f resourceContainer Lvw;
METHOD a registerDynamicTexture (Ljava/lang/String;Ldjc;)Lpw;
2018-11-04 07:22:38 -05:00
ARG 1 prefix
2018-11-07 11:37:58 -05:00
METHOD a bindTexture (Lpw;)V
METHOD a registerTexture (Lpw;Ldjn;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2018-11-07 11:37:58 -05:00
METHOD a registerTextureUpdateable (Lpw;Ldjp;)Z
2018-11-04 07:22:38 -05:00
ARG 1 id
2018-11-07 11:37:58 -05:00
METHOD a onResourceReload (Lvw;)V
METHOD b getTexture (Lpw;)Ldjn;
METHOD c destroyTexture (Lpw;)V
METHOD e tick ()V