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

37 lines
810 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS cnu net/minecraft/item/map/MapIcon
CLASS cnu$a Type
2019-02-18 16:02:56 -05:00
FIELD B id B
FIELD C renderNotHeld Z
FIELD D tintColor I
METHOD <init> (Ljava/lang/String;IZ)V
ARG 3 renderNotHeld
METHOD <init> (Ljava/lang/String;IZI)V
ARG 3 renderNotHeld
ARG 4 tintColor
METHOD a getId ()B
2019-05-07 12:05:49 -04:00
METHOD a byId (B)Lcnu$a;
2019-02-18 16:02:56 -05:00
ARG 0 id
METHOD b renderIfNotHeld ()Z
METHOD c hasTintColor ()Z
METHOD d getTintColor ()I
2019-05-07 12:05:49 -04:00
FIELD a type Lcnu$a;
2016-09-12 16:13:50 -04:00
FIELD b x B
FIELD c z B
2019-02-18 16:02:56 -05:00
FIELD d angle B
2019-03-20 13:56:26 -04:00
FIELD e text Ljm;
2019-05-07 12:05:49 -04:00
METHOD <init> (Lcnu$a;BBBLjm;)V
ARG 1 type
ARG 2 x
ARG 3 z
ARG 4 rotation
ARG 5 text
2019-02-18 16:02:56 -05:00
METHOD a getTypeId ()B
2019-05-07 12:05:49 -04:00
METHOD b getType ()Lcnu$a;
METHOD c getX ()B
METHOD d getZ ()B
2019-02-18 16:02:56 -05:00
METHOD e getAngle ()B
2019-01-09 12:20:38 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
2019-02-18 16:02:56 -05:00
METHOD f renderIfNotHeld ()Z
2019-03-20 13:56:26 -04:00
METHOD g getText ()Ljm;