Package net.minecraft.loot.entry
Class DynamicEntry.Serializer
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Serializer<T>
net.minecraft.loot.entry.LeafEntry.Serializer<DynamicEntry>
net.minecraft.loot.entry.DynamicEntry.Serializer
- All Implemented Interfaces:
 JsonSerializer<DynamicEntry>
- Enclosing class:
 DynamicEntry
- Mappings:
 Namespace Name official dzz$aintermediary net/minecraft/class_67$class_68named net/minecraft/loot/entry/DynamicEntry$Serializer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntryFields(JsonObject jsonObject, DynamicEntry dynamicEntry, JsonSerializationContext jsonSerializationContext) protected DynamicEntryfromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) Methods inherited from class net.minecraft.loot.entry.LeafEntry.Serializer
fromJsonMethods inherited from class net.minecraft.loot.entry.LootPoolEntry.Serializer
fromJson, toJson 
- 
Constructor Details
- 
Serializer
public Serializer() 
 - 
 - 
Method Details
- 
addEntryFields
public void addEntryFields(JsonObject jsonObject, DynamicEntry dynamicEntry, JsonSerializationContext jsonSerializationContext) - Overrides:
 addEntryFieldsin classLeafEntry.Serializer<DynamicEntry>- Mappings:
 Namespace Name Mixin selector official aLdzz$a;a(Lcom/google/gson/JsonObject;Ldzz;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_393Lnet/minecraft/class_67$class_68;method_393(Lcom/google/gson/JsonObject;Lnet/minecraft/class_67;Lcom/google/gson/JsonSerializationContext;)Vnamed addEntryFieldsLnet/minecraft/loot/entry/DynamicEntry$Serializer;addEntryFields(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/DynamicEntry;Lcom/google/gson/JsonSerializationContext;)V
 - 
fromJson
protected DynamicEntry fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) - Specified by:
 fromJsonin classLeafEntry.Serializer<DynamicEntry>- Mappings:
 Namespace Name Mixin selector official aLdzz$a;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Leck;[Leaz;)Ldzz;intermediary method_392Lnet/minecraft/class_67$class_68;method_392(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/class_5341;[Lnet/minecraft/class_117;)Lnet/minecraft/class_67;named fromJsonLnet/minecraft/loot/entry/DynamicEntry$Serializer;fromJson(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/loot/condition/LootCondition;[Lnet/minecraft/loot/function/LootFunction;)Lnet/minecraft/loot/entry/DynamicEntry;
 
 -