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

24 lines
626 B
Plaintext

CLASS t net/minecraft/advancement/AdvancementRewards
CLASS t$a Builder
FIELD a experience I
FIELD b loot Ljava/util/List;
FIELD c recipes Ljava/util/List;
FIELD d function Lqr;
METHOD a build ()Lt;
METHOD a experience (I)Lt$a;
METHOD b setExperience (I)Lt$a;
METHOD c recipe (Lqr;)Lt$a;
METHOD d addRecipe (Lqr;)Lt$a;
CLASS t$b Deserializer
FIELD a NONE Lt;
FIELD b experience I
FIELD c loot [Lqr;
FIELD d recipes [Lqr;
FIELD e function Lca$a;
METHOD <init> (I[Lqr;[Lqr;Lca$a;)V
ARG 1 experience
ARG 2 loot
ARG 3 recipes
METHOD a apply (Lvf;)V
METHOD b toJson ()Lcom/google/gson/JsonElement;