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

18 lines
528 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS duc net/minecraft/client/texture/ResourceTexture
CLASS duc$a TextureData
FIELD a metadata Ldvr;
FIELD b image Lctw;
2019-02-27 13:09:24 -05:00
FIELD c exception Ljava/io/IOException;
2019-04-18 17:01:39 -04:00
METHOD <init> (Ldvr;Lctw;)V
2019-02-27 13:09:24 -05:00
ARG 1 metadata
ARG 2 image
METHOD <init> (Ljava/io/IOException;)V
ARG 1 exception
2019-04-18 17:01:39 -04:00
METHOD a getMetadata ()Ldvr;
METHOD a load (Lxe;Lqs;)Lduc$a;
METHOD b getImage ()Lctw;
2019-02-27 13:09:24 -05:00
METHOD c checkException ()V
2019-04-05 12:03:47 -04:00
FIELD f location Lqs;
2016-09-19 04:08:43 -04:00
FIELD g LOGGER Lorg/apache/logging/log4j/Logger;
2019-04-18 17:01:39 -04:00
METHOD b loadTextureData (Lxe;)Lduc$a;