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

19 lines
607 B
Plaintext

CLASS dnp net/minecraft/client/texture/TextureManager
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c textures Ljava/util/Map;
FIELD d tickListeners Ljava/util/List;
FIELD e dynamicIdCounters Ljava/util/Map;
FIELD f resourceContainer Lwj;
METHOD a registerDynamicTexture (Ljava/lang/String;Ldnf;)Lqc;
ARG 1 prefix
METHOD a bindTexture (Lqc;)V
METHOD a registerTexture (Lqc;Ldnq;)Z
ARG 1 id
METHOD a registerTextureUpdateable (Lqc;Ldns;)Z
ARG 1 id
METHOD a onResourceReload (Lwj;)V
ARG 1 manager
METHOD b getTexture (Lqc;)Ldnq;
METHOD c destroyTexture (Lqc;)V
METHOD e tick ()V