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

12 lines
566 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS cpl net/minecraft/world/loot/function/LootFunction
CLASS cpl$a Builder
METHOD b build ()Lcpl;
CLASS cpl$b Factory
FIELD a id Lqs;
FIELD b functionClass Ljava/lang/Class;
2019-04-05 12:03:47 -04:00
METHOD a getId ()Lqs;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcpl;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getFunctionClass ()Ljava/lang/Class;
2019-04-05 12:03:47 -04:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcpl;
METHOD a apply (Ljava/util/function/BiFunction;Ljava/util/function/Consumer;Lcob;)Ljava/util/function/Consumer;