yarn/mappings/net/minecraft/world/loot/function/LootFunction.mapping

12 lines
566 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS cll net/minecraft/world/loot/function/LootFunction
CLASS cll$a Builder
METHOD b build ()Lcll;
CLASS cll$b Factory
2019-02-20 15:49:23 -05:00
FIELD a id Lqi;
FIELD b functionClass Ljava/lang/Class;
2019-02-20 15:49:23 -05:00
METHOD a getId ()Lqi;
2019-02-21 13:19:18 -05:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lcll;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getFunctionClass ()Ljava/lang/Class;
2019-02-21 13:19:18 -05:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcll;
METHOD a apply (Ljava/util/function/BiFunction;Ljava/util/function/Consumer;Lckc;)Ljava/util/function/Consumer;