Package net.minecraft.loot.function
Interface ApplyBonusLootFunction.FormulaFactory
- Enclosing class:
ApplyBonusLootFunction
private static interface ApplyBonusLootFunction.FormulaFactory
- Mappings:
Namespace Name official dzq$c
intermediary net/minecraft/class_94$class_97
named net/minecraft/loot/function/ApplyBonusLootFunction$FormulaFactory
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(JsonObject functionJson, JsonDeserializationContext context)
-
Method Details
-
deserialize
ApplyBonusLootFunction.Formula deserialize(JsonObject functionJson, JsonDeserializationContext context) - Mappings:
Namespace Name Mixin selector official deserialize
Ldzq$c;deserialize(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldzq$b;
intermediary deserialize
Lnet/minecraft/class_94$class_97;deserialize(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_94$class_96;
named deserialize
Lnet/minecraft/loot/function/ApplyBonusLootFunction$FormulaFactory;deserialize(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/function/ApplyBonusLootFunction$Formula;
-