Package net.minecraft.loot.function
Class SetInstrumentLootFunction.Serializer
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction.Serializer<SetInstrumentLootFunction>
net.minecraft.loot.function.SetInstrumentLootFunction.Serializer
- All Implemented Interfaces:
JsonSerializer<SetInstrumentLootFunction>
- Enclosing class:
SetInstrumentLootFunction
public static class SetInstrumentLootFunction.Serializer
extends ConditionalLootFunction.Serializer<SetInstrumentLootFunction>
- Mappings:
Namespace Name official dwl$aintermediary net/minecraft/class_7431$class_7432named net/minecraft/loot/function/SetInstrumentLootFunction$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_43572(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, LootCondition[] lootCondition) voidmethod_43573(JsonObject jsonObject, SetInstrumentLootFunction setInstrumentLootFunction, JsonSerializationContext jsonSerializationContext) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction.Serializer
fromJson, method_528, method_529Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.JsonSerializer
fromJson, toJson
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
method_43573
public void method_43573(JsonObject jsonObject, SetInstrumentLootFunction setInstrumentLootFunction, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdwl$a;a(Lcom/google/gson/JsonObject;Ldwl;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_43573Lnet/minecraft/class_7431$class_7432;method_43573(Lcom/google/gson/JsonObject;Lnet/minecraft/class_7431;Lcom/google/gson/JsonSerializationContext;)Vnamed method_43573Lnet/minecraft/loot/function/SetInstrumentLootFunction$Serializer;method_43573(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/function/SetInstrumentLootFunction;Lcom/google/gson/JsonSerializationContext;)V
-
method_43572
public SetInstrumentLootFunction method_43572(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, LootCondition[] lootCondition) - Mappings:
Namespace Name Mixin selector official aLdwl$a;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Ldxl;)Ldwl;intermediary method_43572Lnet/minecraft/class_7431$class_7432;method_43572(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/class_5341;)Lnet/minecraft/class_7431;named method_43572Lnet/minecraft/loot/function/SetInstrumentLootFunction$Serializer;method_43572(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/loot/condition/LootCondition;)Lnet/minecraft/loot/function/SetInstrumentLootFunction;
-