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

49 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS m net/minecraft/advancement/SimpleAdvancement
CLASS m$a Builder
2018-11-15 12:05:03 -05:00
FIELD a parentId Lpx;
2018-11-07 11:37:58 -05:00
FIELD b parentObj Lm;
FIELD c display Lv;
FIELD d rewards Lp;
2018-10-27 07:07:57 -04:00
FIELD e criteria Ljava/util/Map;
FIELD f requirements [[Ljava/lang/String;
2018-11-07 11:37:58 -05:00
METHOD a create ()Lm$a;
2018-11-21 11:58:05 -05:00
METHOD a display (Lbal;Liz;Liz;Lpx;Lw;ZZZ)Lm$a;
2018-11-07 11:37:58 -05:00
METHOD a deserialize (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lm$a;
ARG 0 obj
ARG 1 context
2018-11-07 11:37:58 -05:00
METHOD a serialize (Lip;)V
ARG 0 buf
2018-11-07 11:37:58 -05:00
METHOD a criterion (Ljava/lang/String;Lr;)Lm$a;
2018-10-27 07:07:57 -04:00
ARG 0 id
ARG 1 criterion
2018-11-07 11:37:58 -05:00
METHOD a criterion (Ljava/lang/String;Lu;)Lm$a;
2018-10-27 07:07:57 -04:00
ARG 0 id
ARG 1 conditions
2018-11-07 11:37:58 -05:00
METHOD a parent (Lm;)Lm$a;
METHOD a rewards (Lp;)Lm$a;
2018-11-15 12:05:03 -05:00
METHOD a parent (Lpx;)Lm$a;
2018-11-07 11:37:58 -05:00
METHOD a display (Lv;)Lm$a;
METHOD b deserialize (Lip;)Lm$a;
ARG 0 buf
2018-11-15 12:05:03 -05:00
METHOD b build (Lpx;)Lm;
2018-10-27 07:07:57 -04:00
ARG 0 id
2018-11-07 11:37:58 -05:00
FIELD a parent Lm;
FIELD b display Lv;
FIELD c rewards Lp;
2018-11-15 12:05:03 -05:00
FIELD d id Lpx;
FIELD e criteria Ljava/util/Map;
FIELD f requirements [[Ljava/lang/String;
FIELD g children Ljava/util/Set;
2018-11-07 11:37:58 -05:00
FIELD h textComponent Liz;
METHOD a createTask ()Lm$a;
METHOD a addChild (Lm;)V
METHOD b getParent ()Lm;
METHOD c getDisplay ()Lv;
METHOD d getRewards ()Lp;
METHOD e getChildren ()Ljava/lang/Iterable;
METHOD f getCriteria ()Ljava/util/Map;
2018-10-27 07:07:57 -04:00
METHOD g getRequirementCount ()I
2018-11-15 12:05:03 -05:00
METHOD h getId ()Lpx;
2017-06-08 10:01:49 -04:00
METHOD i getRequirements ()[[Ljava/lang/String;
2018-11-07 11:37:58 -05:00
METHOD j getTextComponent ()Liz;