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

18 lines
528 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS dtt net/minecraft/client/texture/ResourceTexture
CLASS dtt$a TextureData
FIELD a metadata Ldvi;
FIELD b image Lctp;
2019-02-27 13:09:24 -05:00
FIELD c exception Ljava/io/IOException;
2019-04-10 11:36:17 -04:00
METHOD <init> (Ldvi;Lctp;)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-10 11:36:17 -04:00
METHOD a getMetadata ()Ldvi;
METHOD a load (Lxd;Lqs;)Ldtt$a;
METHOD b getImage ()Lctp;
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-10 11:36:17 -04:00
METHOD b loadTextureData (Lxd;)Ldtt$a;