Package net.minecraft.loot
Class TableLootEntry.Serializer
java.lang.Object
net.minecraft.loot.LootEntry.Serializer<T>
net.minecraft.loot.StandaloneLootEntry.Serializer<TableLootEntry>
net.minecraft.loot.TableLootEntry.Serializer
- All Implemented Interfaces:
- ILootSerializer<TableLootEntry>
- Enclosing class:
- TableLootEntry
public static class TableLootEntry.Serializer
extends StandaloneLootEntry.Serializer<TableLootEntry>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected TableLootEntrydeserialize(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_) voidserializeCustom(com.google.gson.JsonObject p_230422_1_, TableLootEntry p_230422_2_, com.google.gson.JsonSerializationContext p_230422_3_) Methods inherited from class net.minecraft.loot.StandaloneLootEntry.SerializerdeserializeCustomMethods inherited from class net.minecraft.loot.LootEntry.Serializerdeserialize, serialize
- 
Constructor Details- 
Serializerpublic Serializer()
 
- 
- 
Method Details- 
serializeCustompublic void serializeCustom(com.google.gson.JsonObject p_230422_1_, TableLootEntry p_230422_2_, com.google.gson.JsonSerializationContext p_230422_3_) - Overrides:
- serializeCustomin class- StandaloneLootEntry.Serializer<TableLootEntry>
 
- 
deserializeprotected TableLootEntry 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:
- deserializein class- StandaloneLootEntry.Serializer<TableLootEntry>
 
 
-