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

27 lines
783 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS q net/minecraft/advancement/AdvancementRewards
CLASS q$a Builder
2019-01-09 07:53:32 -05:00
FIELD a experience I
FIELD b loot Ljava/util/List;
FIELD c recipes Ljava/util/List;
2019-02-13 12:35:08 -05:00
FIELD d function Lqh;
2018-11-27 13:50:51 -05:00
METHOD a build ()Lq;
2019-01-09 07:53:32 -05:00
METHOD a experience (I)Lq$a;
METHOD b setExperience (I)Lq$a;
2019-02-13 12:35:08 -05:00
METHOD c recipe (Lqh;)Lq$a;
METHOD d addRecipe (Lqh;)Lq$a;
2018-11-27 13:50:51 -05:00
CLASS q$b Deserializer
METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lq;
ARG 1 type
ARG 2 context
2018-11-27 13:50:51 -05:00
FIELD a NONE Lq;
FIELD b experience I
2019-02-13 12:35:08 -05:00
FIELD c loot [Lqh;
FIELD d recipes [Lqh;
2019-01-09 07:53:32 -05:00
FIELD e function Lbx$a;
2019-02-13 12:35:08 -05:00
METHOD <init> (I[Lqh;[Lqh;Lbx$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 experience
ARG 2 loot
ARG 3 recipes
2019-02-13 12:35:08 -05:00
METHOD a apply (Luv;)V
2019-01-09 07:53:32 -05:00
METHOD b toJson ()Lcom/google/gson/JsonElement;