Package net.minecraft.loot.function
Class SetEnchantmentsLootFunction.Serializer
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction.Serializer<SetEnchantmentsLootFunction>
net.minecraft.loot.function.SetEnchantmentsLootFunction.Serializer
- All Implemented Interfaces:
JsonSerializer<SetEnchantmentsLootFunction>
- Enclosing class:
SetEnchantmentsLootFunction
public static class SetEnchantmentsLootFunction.Serializer
extends ConditionalLootFunction.Serializer<SetEnchantmentsLootFunction>
- Mappings:
Namespace Name official dwk$bintermediary net/minecraft/class_5642$class_5643named net/minecraft/loot/function/SetEnchantmentsLootFunction$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_32415(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, LootCondition[] lootCondition) voidmethod_32417(JsonObject jsonObject, SetEnchantmentsLootFunction setEnchantmentsLootFunction, 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_32417
public void method_32417(JsonObject jsonObject, SetEnchantmentsLootFunction setEnchantmentsLootFunction, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdwk$b;a(Lcom/google/gson/JsonObject;Ldwk;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_32417Lnet/minecraft/class_5642$class_5643;method_32417(Lcom/google/gson/JsonObject;Lnet/minecraft/class_5642;Lcom/google/gson/JsonSerializationContext;)Vnamed method_32417Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Serializer;method_32417(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;Lcom/google/gson/JsonSerializationContext;)V
-
method_32415
public SetEnchantmentsLootFunction method_32415(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, LootCondition[] lootCondition) - Mappings:
Namespace Name Mixin selector official aLdwk$b;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Ldxl;)Ldwk;intermediary method_32415Lnet/minecraft/class_5642$class_5643;method_32415(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/class_5341;)Lnet/minecraft/class_5642;named method_32415Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Serializer;method_32415(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/loot/condition/LootCondition;)Lnet/minecraft/loot/function/SetEnchantmentsLootFunction;
-