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

18 lines
528 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS duf net/minecraft/client/texture/ResourceTexture
CLASS duf$a TextureData
FIELD a metadata Ldvu;
FIELD b image Lcty;
2019-02-27 13:09:24 -05:00
FIELD c exception Ljava/io/IOException;
2019-05-07 12:05:49 -04:00
METHOD <init> (Ldvu;Lcty;)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-05-07 12:05:49 -04:00
METHOD a getMetadata ()Ldvu;
METHOD a load (Lxe;Lqs;)Lduf$a;
METHOD b getImage ()Lcty;
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-05-07 12:05:49 -04:00
METHOD b loadTextureData (Lxe;)Lduf$a;