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 dvu$b
intermediary net/minecraft/class_52$class_54
named net/minecraft/loot/LootTable$Serializer
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • deserialize

      public LootTable deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) throws JsonParseException
      Specified by:
      deserialize in interface JsonDeserializer<LootTable>
      Throws:
      JsonParseException
      Mappings:
      Namespace Name Mixin selector
      official a Ldvu$b;a(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldvu;
      intermediary method_340 Lnet/minecraft/class_52$class_54;method_340(Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_52;
      named deserialize Lnet/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:
      serialize in interface JsonSerializer<LootTable>
      Mappings:
      Namespace Name Mixin selector
      official a Ldvu$b;a(Ldvu;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
      intermediary method_339 Lnet/minecraft/class_52$class_54;method_339(Lnet/minecraft/class_52;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;
      named serialize Lnet/minecraft/loot/LootTable$Serializer;serialize(Lnet/minecraft/loot/LootTable;Ljava/lang/reflect/Type;Lcom/google/gson/JsonSerializationContext;)Lcom/google/gson/JsonElement;