yarn/mappings/net/minecraft/client/gui/MapRenderer.mapping

18 lines
516 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS cre net/minecraft/client/gui/MapRenderer
CLASS cre$a MapTexture
FIELD b mapState Lcjh;
FIELD c texture Ldpc;
FIELD d id Lqh;
2019-01-12 06:41:47 -05:00
METHOD a updateTexture ()V
METHOD a draw (Z)V
2019-02-13 12:35:08 -05:00
FIELD a MAP_ICONS_TEXTURE Lqh;
FIELD b textureManager Ldpn;
2019-01-12 06:41:47 -05:00
FIELD c mapTextures Ljava/util/Map;
METHOD a clearStateTextures ()V
2019-02-13 12:35:08 -05:00
METHOD a updateTexture (Lcjh;)V
METHOD a draw (Lcjh;Z)V
METHOD a getState (Lcre$a;)Lcjh;
2019-01-12 06:41:47 -05:00
ARG 1 texture
2019-02-13 12:35:08 -05:00
METHOD a getTexture (Ljava/lang/String;)Lcre$a;
METHOD b getMapTexture (Lcjh;)Lcre$a;