Class LootPoolEntry.Serializer<T extends LootPoolEntry>

java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Serializer<T>
All Implemented Interfaces:
JsonSerializer<T>
Direct Known Subclasses:
LeafEntry.Serializer
Enclosing class:
LootPoolEntry

public abstract static class LootPoolEntry.Serializer<T extends LootPoolEntry> extends Object implements JsonSerializer<T>
Mappings:
Namespace Name
official dwj$b
intermediary net/minecraft/class_79$class_5337
named net/minecraft/loot/entry/LootPoolEntry$Serializer
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • toJson

      public final void toJson(JsonObject jsonObject, T t, JsonSerializationContext jsonSerializationContext)
      Specified by:
      toJson in interface JsonSerializer<T extends LootPoolEntry>
      Mappings:
      Namespace Name Mixin selector
      official b Ldwj$b;b(Lcom/google/gson/JsonObject;Ldwj;Lcom/google/gson/JsonSerializationContext;)V
      intermediary method_29320 Lnet/minecraft/class_79$class_5337;method_29320(Lcom/google/gson/JsonObject;Lnet/minecraft/class_79;Lcom/google/gson/JsonSerializationContext;)V
      named toJson Lnet/minecraft/loot/entry/LootPoolEntry$Serializer;toJson(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/LootPoolEntry;Lcom/google/gson/JsonSerializationContext;)V
    • fromJson

      public final T fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext)
      Specified by:
      fromJson in interface JsonSerializer<T extends LootPoolEntry>
      Mappings:
      Namespace Name Mixin selector
      official b Ldwj$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Ldwj;
      intermediary method_29319 Lnet/minecraft/class_79$class_5337;method_29319(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/class_79;
      named fromJson Lnet/minecraft/loot/entry/LootPoolEntry$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lnet/minecraft/loot/entry/LootPoolEntry;
    • addEntryFields

      public abstract void addEntryFields(JsonObject json, T entry, JsonSerializationContext context)
      Mappings:
      Namespace Name Mixin selector
      official a Ldwj$b;a(Lcom/google/gson/JsonObject;Ldwj;Lcom/google/gson/JsonSerializationContext;)V
      intermediary method_422 Lnet/minecraft/class_79$class_5337;method_422(Lcom/google/gson/JsonObject;Lnet/minecraft/class_79;Lcom/google/gson/JsonSerializationContext;)V
      named addEntryFields Lnet/minecraft/loot/entry/LootPoolEntry$Serializer;addEntryFields(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/LootPoolEntry;Lcom/google/gson/JsonSerializationContext;)V
    • fromJson

      public abstract T fromJson(JsonObject json, JsonDeserializationContext context, LootCondition[] conditions)
      Mappings:
      Namespace Name Mixin selector
      official b Ldwj$b;b(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Ldyl;)Ldwj;
      intermediary method_424 Lnet/minecraft/class_79$class_5337;method_424(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/class_5341;)Lnet/minecraft/class_79;
      named fromJson Lnet/minecraft/loot/entry/LootPoolEntry$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;[Lnet/minecraft/loot/condition/LootCondition;)Lnet/minecraft/loot/entry/LootPoolEntry;