yarn/mappings/net/minecraft/advancement/AdvancementDisplay.mapping

36 lines
955 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS w net/minecraft/advancement/AdvancementDisplay
2018-12-12 12:12:26 -05:00
FIELD a title Ljd;
FIELD b description Ljd;
2019-01-09 12:20:38 -05:00
FIELD c icon Laxd;
FIELD d background Lqe;
2018-11-27 13:50:51 -05:00
FIELD e frame Lx;
2018-10-27 07:07:57 -04:00
FIELD f showToast Z
FIELD g announceToChat Z
FIELD h hidden Z
2018-11-04 04:35:30 -05:00
FIELD i xPos F
FIELD j yPos F
2019-01-09 12:20:38 -05:00
METHOD <init> (Laxd;Ljd;Ljd;Lqe;Lx;ZZZ)V
2018-11-04 07:22:38 -05:00
ARG 3 title
ARG 4 background
ARG 5 frame
2018-12-12 12:12:26 -05:00
METHOD a getTitle ()Ljd;
2018-11-05 16:09:22 -05:00
METHOD a setPosition (FF)V
ARG 1 xPos
2018-11-27 13:50:51 -05:00
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lw;
ARG 0 obj
ARG 1 context
2019-01-09 07:53:32 -05:00
METHOD a toPacket (Lit;)V
2018-12-12 12:12:26 -05:00
METHOD b getDescription ()Ljd;
2019-01-09 07:53:32 -05:00
METHOD b fromPacket (Lit;)Lw;
ARG 0 buf
2019-01-09 12:20:38 -05:00
METHOD c getIcon ()Laxd;
METHOD d getBackground ()Lqe;
2018-11-27 13:50:51 -05:00
METHOD e getFrame ()Lx;
2018-11-04 04:35:30 -05:00
METHOD f getX ()F
METHOD g getY ()F
2018-10-27 07:07:57 -04:00
METHOD h shouldShowToast ()Z
METHOD i shouldAnnounceToChat ()Z
METHOD j isHidden ()Z
2018-11-05 16:09:22 -05:00
METHOD k toJson ()Lcom/google/gson/JsonElement;
2019-01-09 07:53:32 -05:00
METHOD l iconToJson ()Lcom/google/gson/JsonObject;