yarn/mappings/net/minecraft/item/map/MapFrameMarker.mapping

17 lines
394 B
Plaintext
Raw Normal View History

CLASS cnt net/minecraft/item/map/MapFrameMarker
2019-03-20 13:56:26 -04:00
FIELD a pos Lev;
2018-11-07 11:33:00 -05:00
FIELD b rotation I
FIELD c entityId I
2019-03-20 13:56:26 -04:00
METHOD <init> (Lev;II)V
2018-11-07 11:33:00 -05:00
ARG 1 pos
ARG 2 rotation
2019-03-20 13:56:26 -04:00
METHOD a getNbt ()Lib;
METHOD a getKey (Lev;)Ljava/lang/String;
ARG 0 pos
2019-04-18 17:01:39 -04:00
METHOD a fromNbt (Lib;)Lcnt;
2018-11-07 11:33:00 -05:00
ARG 0 tag
2019-03-20 13:56:26 -04:00
METHOD b getPos ()Lev;
2018-11-07 11:33:00 -05:00
METHOD c getRotation ()I
METHOD d getEntityId ()I
METHOD e getKey ()Ljava/lang/String;