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

29 lines
873 B
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/bxf net/minecraft/client/texture/TextureManager
2016-10-10 08:02:36 -04:00
CLASS none/bxf$1
METHOD a call ()Ljava/lang/String;
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-20 11:18:54 -04:00
FIELD e resourceContainer Lnone/byd;
METHOD <init> (Lnone/byd;)V
2016-09-19 04:08:43 -04:00
ARG 0 resourceContainer
2016-09-20 11:18:54 -04:00
METHOD a registerDynamicTexture (Ljava/lang/String;Lnone/bwu;)Lnone/kp;
2016-09-18 10:43:16 -04:00
ARG 0 prefix
ARG 1 texture
2016-09-20 11:18:54 -04:00
METHOD a onResourceReload (Lnone/byd;)V
ARG 0 container
METHOD a bindTexture (Lnone/kp;)V
ARG 0 id
2016-09-20 11:18:54 -04:00
METHOD a registerTexture (Lnone/kp;Lnone/bxg;)Z
2016-08-28 17:10:48 -04:00
ARG 0 id
ARG 1 texture
2016-09-20 11:18:54 -04:00
METHOD a registerTextureUpdateable (Lnone/kp;Lnone/bxj;)Z
ARG 0 id
2016-09-19 22:55:59 -04:00
ARG 1 texture
2016-09-20 11:18:54 -04:00
METHOD b getTexture (Lnone/kp;)Lnone/bxg;
ARG 0 id
2016-09-19 22:55:59 -04:00
METHOD c destroyTexture (Lnone/kp;)V
ARG 0 id
METHOD e updateTexture ()V