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

20 lines
571 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS cvv net/minecraft/client/gui/MapRenderer
CLASS cvv$a MapTexture
FIELD b mapState Lcno;
FIELD c texture Ldtn;
2019-04-05 12:03:47 -04:00
FIELD d id Lqs;
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-04-05 12:03:47 -04:00
FIELD a MAP_ICONS_TEXTURE Lqs;
2019-04-10 11:36:17 -04:00
FIELD b textureManager Ldty;
2019-01-12 06:41:47 -05:00
FIELD c mapTextures Ljava/util/Map;
METHOD a clearStateTextures ()V
2019-04-10 11:36:17 -04:00
METHOD a updateTexture (Lcno;)V
METHOD a draw (Lcno;Z)V
2019-02-18 16:02:56 -05:00
ARG 2 hidePlayerSpecific
2019-04-10 11:36:17 -04:00
METHOD a getState (Lcvv$a;)Lcno;
2019-01-12 06:41:47 -05:00
ARG 1 texture
2019-04-10 11:36:17 -04:00
METHOD a getTexture (Ljava/lang/String;)Lcvv$a;
METHOD b getMapTexture (Lcno;)Lcvv$a;