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 dvd$aintermediary net/minecraft/class_67$class_68named net/minecraft/loot/entry/DynamicEntry$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DynamicEntrymethod_392(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) voidmethod_393(JsonObject jsonObject, DynamicEntry dynamicEntry, JsonSerializationContext jsonSerializationContext) 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_393
public void method_393(JsonObject jsonObject, DynamicEntry dynamicEntry, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdvd$a;a(Lcom/google/gson/JsonObject;Ldvd;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 method_393Lnet/minecraft/loot/entry/DynamicEntry$Serializer;method_393(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/DynamicEntry;Lcom/google/gson/JsonSerializationContext;)V
-
method_392
protected DynamicEntry method_392(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) - Mappings:
Namespace Name Mixin selector official aLdvd$a;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Ldxl;[Ldwc;)Ldvd;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 method_392Lnet/minecraft/loot/entry/DynamicEntry$Serializer;method_392(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/loot/condition/LootCondition;[Lnet/minecraft/loot/function/LootFunction;)Lnet/minecraft/loot/entry/DynamicEntry;
-