Package net.minecraft.loot
Class LootTable.Serializer
java.lang.Object
net.minecraft.loot.LootTable.Serializer
- All Implemented Interfaces:
 JsonDeserializer<LootTable>,JsonSerializer<LootTable>
- Enclosing class:
 LootTable
public static class LootTable.Serializer
extends Object
implements JsonDeserializer<LootTable>, JsonSerializer<LootTable>
- Mappings:
 Namespace Name official dzs$bintermediary net/minecraft/class_52$class_54named net/minecraft/loot/LootTable$Serializer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondeserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) serialize(LootTable lootTable, Type type, JsonSerializationContext jsonSerializationContext)  
- 
Constructor Details
- 
Serializer
public Serializer() 
 - 
 - 
Method Details
- 
deserialize
public LootTable deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) throws JsonParseException - Specified by:
 deserializein interfaceJsonDeserializer<LootTable>- Throws:
 JsonParseException- Mappings:
 Namespace Name Mixin selector official aLdzs$b;a(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldzs;intermediary method_340Lnet/minecraft/class_52$class_54;method_340(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_52;named deserializeLnet/minecraft/loot/LootTable$Serializer;deserialize(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/LootTable;
 - 
serialize
public JsonElement serialize(LootTable lootTable, Type type, JsonSerializationContext jsonSerializationContext) - Specified by:
 serializein interfaceJsonSerializer<LootTable>- Mappings:
 Namespace Name Mixin selector official aLdzs$b;a(Ldzs;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;intermediary method_339Lnet/minecraft/class_52$class_54;method_339(Lnet/minecraft/class_52;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;named serializeLnet/minecraft/loot/LootTable$Serializer;serialize(Lnet/minecraft/loot/LootTable;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
 
 -