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

35 lines
912 B
Plaintext

CLASS w net/minecraft/advancement/AdvancementDisplay
FIELD a title Ljb;
FIELD b description Ljb;
FIELD c icon Lavu;
FIELD d background Lpz;
FIELD e frame Lx;
FIELD f showToast Z
FIELD g announceToChat Z
FIELD h hidden Z
FIELD i xPos F
FIELD j yPos F
METHOD <init> (Lavu;Ljb;Ljb;Lpz;Lx;ZZZ)V
ARG 3 title
ARG 4 background
ARG 5 frame
METHOD a getTitle ()Ljb;
METHOD a setPosition (FF)V
ARG 1 xPos
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lw;
ARG 0 obj
ARG 1 context
METHOD a writeToBuffer (Lir;)V
METHOD b getDescription ()Ljb;
METHOD b readFromBuffer (Lir;)Lw;
ARG 0 buf
METHOD c getIcon ()Lavu;
METHOD d getBackground ()Lpz;
METHOD e getFrame ()Lx;
METHOD f getX ()F
METHOD g getY ()F
METHOD h shouldShowToast ()Z
METHOD i shouldAnnounceToChat ()Z
METHOD j isHidden ()Z
METHOD k toJson ()Lcom/google/gson/JsonElement;