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

12 lines
754 B
Plaintext

CLASS cof net/minecraft/world/loot/function/LootFunction
CLASS cof$a net/minecraft/world/loot/function/LootFunction$net/minecraft/world/loot/function/LootFunction$Builder
METHOD b build ()Lcof;
CLASS cof$b net/minecraft/world/loot/function/LootFunction$net/minecraft/world/loot/function/LootFunction$Factory
FIELD a id Lqp;
FIELD b functionClass Ljava/lang/Class;
METHOD a getId ()Lqp;
METHOD a toJson (Lcom/google/gson/JsonObject;Lcof;Lcom/google/gson/JsonSerializationContext;)V
METHOD b getFunctionClass ()Ljava/lang/Class;
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;