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

20 lines
567 B
Plaintext
Raw Normal View History

2019-06-19 13:48:53 -04:00
CLASS cwj net/minecraft/client/gui/MapRenderer
2019-06-19 15:24:08 -04:00
CLASS a MapTexture
2019-06-19 13:48:53 -04:00
FIELD b mapState Lcob;
FIELD c texture Ldud;
2019-06-07 07:45:25 -04:00
FIELD d id Lqt;
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-06-07 07:45:25 -04:00
FIELD a MAP_ICONS_TEXTURE Lqt;
2019-06-19 13:48:53 -04:00
FIELD b textureManager Lduo;
2019-01-12 06:41:47 -05:00
FIELD c mapTextures Ljava/util/Map;
METHOD a clearStateTextures ()V
2019-06-19 13:48:53 -04:00
METHOD a updateTexture (Lcob;)V
METHOD a draw (Lcob;Z)V
2019-02-18 16:02:56 -05:00
ARG 2 hidePlayerSpecific
2019-06-19 13:48:53 -04:00
METHOD a getState (Lcwj$a;)Lcob;
2019-01-12 06:41:47 -05:00
ARG 1 texture
2019-06-19 13:48:53 -04:00
METHOD a getTexture (Ljava/lang/String;)Lcwj$a;
METHOD b getMapTexture (Lcob;)Lcwj$a;