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

20 lines
571 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS cvp net/minecraft/client/gui/MapRenderer
CLASS cvp$a MapTexture
FIELD b mapState Lcni;
FIELD c texture Ldtg;
2019-03-27 14:35:10 -04:00
FIELD d id Lqr;
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-27 14:35:10 -04:00
FIELD a MAP_ICONS_TEXTURE Lqr;
2019-04-03 12:16:41 -04:00
FIELD b textureManager Ldtr;
2019-01-12 06:41:47 -05:00
FIELD c mapTextures Ljava/util/Map;
METHOD a clearStateTextures ()V
2019-04-03 12:16:41 -04:00
METHOD a updateTexture (Lcni;)V
METHOD a draw (Lcni;Z)V
2019-02-18 16:02:56 -05:00
ARG 2 hidePlayerSpecific
2019-04-03 12:16:41 -04:00
METHOD a getState (Lcvp$a;)Lcni;
2019-01-12 06:41:47 -05:00
ARG 1 texture
2019-04-03 12:16:41 -04:00
METHOD a getTexture (Ljava/lang/String;)Lcvp$a;
METHOD b getMapTexture (Lcni;)Lcvp$a;