Package net.minecraft.loot.functions
Class SetLore.Serializer
- java.lang.Object
-
- net.minecraft.loot.LootFunction.Serializer<SetLore>
-
- net.minecraft.loot.functions.SetLore.Serializer
-
- All Implemented Interfaces:
ILootSerializer<SetLore>
- Enclosing class:
- SetLore
public static class SetLore.Serializer extends LootFunction.Serializer<SetLore>
-
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetLore
deserialize(com.google.gson.JsonObject p_186530_1_, com.google.gson.JsonDeserializationContext p_186530_2_, ILootCondition[] p_186530_3_)
void
serialize(com.google.gson.JsonObject p_230424_1_, SetLore p_230424_2_, com.google.gson.JsonSerializationContext p_230424_3_)
-
Methods inherited from class net.minecraft.loot.LootFunction.Serializer
deserialize
-
-
-
-
Method Detail
-
serialize
public void serialize(com.google.gson.JsonObject p_230424_1_, SetLore p_230424_2_, com.google.gson.JsonSerializationContext p_230424_3_)
- Specified by:
serialize
in interfaceILootSerializer<SetLore>
- Overrides:
serialize
in classLootFunction.Serializer<SetLore>
-
deserialize
public SetLore deserialize(com.google.gson.JsonObject p_186530_1_, com.google.gson.JsonDeserializationContext p_186530_2_, ILootCondition[] p_186530_3_)
- Specified by:
deserialize
in classLootFunction.Serializer<SetLore>
-
-