Package net.minecraft.loot.entry
Class TagEntry.Serializer
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Serializer<T>
net.minecraft.loot.entry.LeafEntry.Serializer<TagEntry>
net.minecraft.loot.entry.TagEntry.Serializer
- All Implemented Interfaces:
JsonSerializer<TagEntry>
- Enclosing class:
TagEntry
- Mappings:
Namespace Name official dvo$aintermediary net/minecraft/class_91$class_92named net/minecraft/loot/entry/TagEntry$Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TagEntrymethod_450(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) voidmethod_451(JsonObject jsonObject, TagEntry tagEntry, 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_451
public void method_451(JsonObject jsonObject, TagEntry tagEntry, JsonSerializationContext jsonSerializationContext) - Mappings:
Namespace Name Mixin selector official aLdvo$a;a(Lcom/google/gson/JsonObject;Ldvo;Lcom/google/gson/JsonSerializationContext;)Vintermediary method_451Lnet/minecraft/class_91$class_92;method_451(Lcom/google/gson/JsonObject;Lnet/minecraft/class_91;Lcom/google/gson/JsonSerializationContext;)Vnamed method_451Lnet/minecraft/loot/entry/TagEntry$Serializer;method_451(Lcom/google/gson/JsonObject;Lnet/minecraft/loot/entry/TagEntry;Lcom/google/gson/JsonSerializationContext;)V
-
method_450
protected TagEntry method_450(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) - Mappings:
Namespace Name Mixin selector official aLdvo$a;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Ldxl;[Ldwc;)Ldvo;intermediary method_450Lnet/minecraft/class_91$class_92;method_450(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/class_5341;[Lnet/minecraft/class_117;)Lnet/minecraft/class_91;named method_450Lnet/minecraft/loot/entry/TagEntry$Serializer;method_450(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/loot/condition/LootCondition;[Lnet/minecraft/loot/function/LootFunction;)Lnet/minecraft/loot/entry/TagEntry;
-