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

24 lines
727 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/bxe net/minecraft/client/texture/TextureManager
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b textures Ljava/util/Map;
FIELD c updateable Ljava/util/List;
2016-09-18 10:43:16 -04:00
FIELD d dynamicIdCounters Ljava/util/Map;
2016-09-19 04:08:43 -04:00
FIELD e resourceContainer Lnone/byc;
METHOD <init> (Lnone/byc;)V
ARG 0 resourceContainer
2016-09-18 10:43:16 -04:00
METHOD a registerDynamicTexture (Ljava/lang/String;Lnone/bwt;)Lnone/kp;
ARG 0 prefix
ARG 1 texture
2016-09-12 06:08:56 -04:00
METHOD a onResourceReload (Lnone/byc;)V
ARG 0 container
METHOD a bindTexture (Lnone/kp;)V
ARG 0 id
2016-09-12 06:08:56 -04:00
METHOD a registerTexture (Lnone/kp;Lnone/bxf;)Z
2016-08-28 17:10:48 -04:00
ARG 0 id
ARG 1 texture
2016-09-12 06:08:56 -04:00
METHOD a (Lnone/kp;Lnone/bxi;)Z
ARG 0 id
2016-09-12 06:08:56 -04:00
METHOD b getTexture (Lnone/kp;)Lnone/bxf;
ARG 0 id
METHOD e updateTexture ()V