Package net.minecraft.loot.entry
Class ItemEntry.Serializer
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Serializer<T>
net.minecraft.loot.entry.LeafEntry.Serializer<ItemEntry>
net.minecraft.loot.entry.ItemEntry.Serializer
- All Implemented Interfaces:
JsonSerializer<ItemEntry>
- Enclosing class:
ItemEntry
- Mappings:
Namespace Name official dvg$aintermediary net/minecraft/class_77$class_78named net/minecraft/loot/entry/ItemEntry$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_412(JsonObject jsonObject, ItemEntry itemEntry, JsonSerializationContext jsonSerializationContext) protected ItemEntrymethod_413(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) Methods inherited from class net.minecraft.loot.entry.LeafEntry.Serializer
fromJson, method_441, method_442Methods inherited from class net.minecraft.loot.entry.LootPoolEntry.Serializer
addEntryFields, fromJson, method_29319, method_29320Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.JsonSerializer
fromJson, toJson
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
method_412
public void method_412(JsonObject jsonObject, ItemEntry itemEntry, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdvg$a;a(Lcom/google/gson/JsonObject;Ldvg;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_412Lnet/minecraft/class_77$class_78;method_412(Lcom/google/gson/JsonObject;Lnet/minecraft/class_77;Lcom/google/gson/JsonSerializationContext;)Vnamed method_412Lnet/minecraft/loot/entry/ItemEntry$Serializer;method_412(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/ItemEntry;Lcom/google/gson/JsonSerializationContext;)V
-
method_413
protected ItemEntry method_413(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) - Mappings:
Namespace Name Mixin selector official aLdvg$a;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Ldxl;[Ldwc;)Ldvg;intermediary method_413Lnet/minecraft/class_77$class_78;method_413(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/class_5341;[Lnet/minecraft/class_117;)Lnet/minecraft/class_77;named method_413Lnet/minecraft/loot/entry/ItemEntry$Serializer;method_413(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/loot/condition/LootCondition;[Lnet/minecraft/loot/function/LootFunction;)Lnet/minecraft/loot/entry/ItemEntry;
-