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$a- intermediary - net/minecraft/class_67$class_68- named - net/minecraft/loot/entry/DynamicEntry$Serializer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.SerializerfromJsonMethods inherited from class net.minecraft.loot.entry.LootPoolEntry.SerializerfromJson, toJson
- 
Constructor Details- 
Serializerpublic Serializer()
 
- 
- 
Method Details- 
addEntryFieldspublic void addEntryFields(JsonObject jsonObject, DynamicEntry dynamicEntry, JsonSerializationContext jsonSerializationContext) - Overrides:
- addEntryFieldsin class- LeafEntry.Serializer<DynamicEntry>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzz$a;a(Lcom/google/gson/JsonObject;Ldzz;Lcom/google/gson/JsonSerializationContext;)V- intermediary - method_393- Lnet/minecraft/class_67$class_68;method_393(Lcom/google/gson/JsonObject;Lnet/minecraft/class_67;Lcom/google/gson/JsonSerializationContext;)V- named - addEntryFields- Lnet/minecraft/loot/entry/DynamicEntry$Serializer;addEntryFields(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/DynamicEntry;Lcom/google/gson/JsonSerializationContext;)V
 
- 
fromJsonprotected DynamicEntry fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) - Specified by:
- fromJsonin class- LeafEntry.Serializer<DynamicEntry>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzz$a;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Leck;[Leaz;)Ldzz;- intermediary - method_392- Lnet/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 - fromJson- Lnet/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;
 
 
-