Package net.minecraft.loot.entry
Class LootTableEntry.Serializer
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Serializer<T>
net.minecraft.loot.entry.LeafEntry.Serializer<LootTableEntry>
net.minecraft.loot.entry.LootTableEntry.Serializer
- All Implemented Interfaces:
JsonSerializer<LootTableEntry>
- Enclosing class:
LootTableEntry
- Mappings:
Namespace Name official dvm$aintermediary net/minecraft/class_83$class_84named net/minecraft/loot/entry/LootTableEntry$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_431(JsonObject jsonObject, LootTableEntry lootTableEntry, JsonSerializationContext jsonSerializationContext) protected LootTableEntrymethod_432(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_431
public void method_431(JsonObject jsonObject, LootTableEntry lootTableEntry, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdvm$a;a(Lcom/google/gson/JsonObject;Ldvm;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_431Lnet/minecraft/class_83$class_84;method_431(Lcom/google/gson/JsonObject;Lnet/minecraft/class_83;Lcom/google/gson/JsonSerializationContext;)Vnamed method_431Lnet/minecraft/loot/entry/LootTableEntry$Serializer;method_431(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/LootTableEntry;Lcom/google/gson/JsonSerializationContext;)V
-
method_432
protected LootTableEntry method_432(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) - Mappings:
Namespace Name Mixin selector official aLdvm$a;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Ldxl;[Ldwc;)Ldvm;intermediary method_432Lnet/minecraft/class_83$class_84;method_432(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/class_5341;[Lnet/minecraft/class_117;)Lnet/minecraft/class_83;named method_432Lnet/minecraft/loot/entry/LootTableEntry$Serializer;method_432(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/loot/condition/LootCondition;[Lnet/minecraft/loot/function/LootFunction;)Lnet/minecraft/loot/entry/LootTableEntry;
-