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

20 lines
571 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS crs net/minecraft/client/gui/MapRenderer
CLASS crs$a MapTexture
FIELD b mapState Lcjm;
2019-02-27 13:17:22 -05:00
FIELD c texture Ldps;
2019-02-20 15:49:23 -05:00
FIELD d id Lqi;
2019-01-12 06:41:47 -05:00
METHOD a updateTexture ()V
METHOD a draw (Z)V
2019-02-18 16:02:56 -05:00
ARG 1 hidePlayerSpecific
2019-02-20 15:49:23 -05:00
FIELD a MAP_ICONS_TEXTURE Lqi;
2019-02-27 13:17:22 -05:00
FIELD b textureManager Ldqd;
2019-01-12 06:41:47 -05:00
FIELD c mapTextures Ljava/util/Map;
METHOD a clearStateTextures ()V
2019-02-21 13:19:18 -05:00
METHOD a updateTexture (Lcjm;)V
METHOD a draw (Lcjm;Z)V
2019-02-18 16:02:56 -05:00
ARG 2 hidePlayerSpecific
2019-02-21 13:19:18 -05:00
METHOD a getState (Lcrs$a;)Lcjm;
2019-01-12 06:41:47 -05:00
ARG 1 texture
2019-02-21 13:19:18 -05:00
METHOD a getTexture (Ljava/lang/String;)Lcrs$a;
METHOD b getMapTexture (Lcjm;)Lcrs$a;