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

24 lines
626 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS t net/minecraft/advancement/AdvancementRewards
CLASS t$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-03-27 14:35:10 -04:00
FIELD d function Lqr;
2019-03-20 13:56:26 -04:00
METHOD a build ()Lt;
METHOD a experience (I)Lt$a;
METHOD b setExperience (I)Lt$a;
2019-03-27 14:35:10 -04:00
METHOD c recipe (Lqr;)Lt$a;
METHOD d addRecipe (Lqr;)Lt$a;
2019-03-20 13:56:26 -04:00
CLASS t$b Deserializer
FIELD a NONE Lt;
FIELD b experience I
2019-03-27 14:35:10 -04:00
FIELD c loot [Lqr;
FIELD d recipes [Lqr;
2019-03-20 13:56:26 -04:00
FIELD e function Lca$a;
2019-03-27 14:35:10 -04:00
METHOD <init> (I[Lqr;[Lqr;Lca$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 experience
ARG 2 loot
ARG 3 recipes
2019-03-27 14:35:10 -04:00
METHOD a apply (Lvf;)V
2019-01-09 07:53:32 -05:00
METHOD b toJson ()Lcom/google/gson/JsonElement;