Package net.minecraft.loot
Class EmptyLootEntry.Serializer
java.lang.Object
net.minecraft.loot.LootEntry.Serializer<T>
net.minecraft.loot.StandaloneLootEntry.Serializer<EmptyLootEntry>
net.minecraft.loot.EmptyLootEntry.Serializer
- All Implemented Interfaces:
ILootSerializer<EmptyLootEntry>
- Enclosing class:
- EmptyLootEntry
public static class EmptyLootEntry.Serializer
extends StandaloneLootEntry.Serializer<EmptyLootEntry>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(com.google.gson.JsonObject p_212829_1_, com.google.gson.JsonDeserializationContext p_212829_2_, int p_212829_3_, int p_212829_4_, ILootCondition[] p_212829_5_, ILootFunction[] p_212829_6_) Methods inherited from class net.minecraft.loot.StandaloneLootEntry.Serializer
deserializeCustom, serializeCustom
Methods inherited from class net.minecraft.loot.LootEntry.Serializer
deserialize, serialize
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
deserialize
public EmptyLootEntry deserialize(com.google.gson.JsonObject p_212829_1_, com.google.gson.JsonDeserializationContext p_212829_2_, int p_212829_3_, int p_212829_4_, ILootCondition[] p_212829_5_, ILootFunction[] p_212829_6_) - Specified by:
deserialize
in classStandaloneLootEntry.Serializer<EmptyLootEntry>
-