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

12 lines
566 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS cof net/minecraft/world/loot/function/LootFunction
2019-03-14 15:41:19 -04:00
CLASS cof$a Builder
2019-03-14 11:39:51 -04:00
METHOD b build ()Lcof;
2019-03-14 15:41:19 -04:00
CLASS cof$b Factory
2019-03-14 08:57:09 -04:00
FIELD a id Lqp;
FIELD b functionClass Ljava/lang/Class;
2019-03-14 08:57:09 -04:00
METHOD a getId ()Lqp;
2019-03-14 11:39:51 -04:00
METHOD a toJson (Lcom/google/gson/JsonObject;Lcof;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getFunctionClass ()Ljava/lang/Class;
2019-03-14 11:39:51 -04:00
METHOD b fromJson (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lcof;
METHOD a apply (Ljava/util/function/BiFunction;Ljava/util/function/Consumer;Lcmw;)Ljava/util/function/Consumer;