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

20 lines
571 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS cuk net/minecraft/client/gui/MapRenderer
2019-03-14 15:41:19 -04:00
CLASS cuk$a MapTexture
2019-03-14 11:39:51 -04:00
FIELD b mapState Lcmg;
FIELD c texture Ldsr;
2019-03-14 08:57:09 -04:00
FIELD d id Lqp;
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-03-14 08:57:09 -04:00
FIELD a MAP_ICONS_TEXTURE Lqp;
2019-03-14 11:39:51 -04:00
FIELD b textureManager Ldtc;
2019-01-12 06:41:47 -05:00
FIELD c mapTextures Ljava/util/Map;
METHOD a clearStateTextures ()V
2019-03-14 11:39:51 -04:00
METHOD a updateTexture (Lcmg;)V
METHOD a draw (Lcmg;Z)V
2019-02-18 16:02:56 -05:00
ARG 2 hidePlayerSpecific
2019-03-14 11:39:51 -04:00
METHOD a getState (Lcuk$a;)Lcmg;
2019-01-12 06:41:47 -05:00
ARG 1 texture
2019-03-14 11:39:51 -04:00
METHOD a getTexture (Ljava/lang/String;)Lcuk$a;
METHOD b getMapTexture (Lcmg;)Lcuk$a;