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

12 lines
660 B
Plaintext
Raw Normal View History

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