Package net.minecraft.loot.entry
Class EmptyEntry.Serializer
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Serializer<T>
net.minecraft.loot.entry.LeafEntry.Serializer<EmptyEntry>
net.minecraft.loot.entry.EmptyEntry.Serializer
- All Implemented Interfaces:
JsonSerializer<EmptyEntry>
- Enclosing class:
EmptyEntry
- Mappings:
Namespace Name official eaa$a
intermediary net/minecraft/class_73$class_74
named net/minecraft/loot/entry/EmptyEntry$Serializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromJson
(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) Methods inherited from class net.minecraft.loot.entry.LeafEntry.Serializer
addEntryFields, fromJson
Methods inherited from class net.minecraft.loot.entry.LootPoolEntry.Serializer
fromJson, toJson
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
fromJson
public EmptyEntry fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) - Specified by:
fromJson
in classLeafEntry.Serializer<EmptyEntry>
- Mappings:
Namespace Name Mixin selector official a
Leaa$a;a(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Leck;[Leaz;)Leaa;
intermediary method_402
Lnet/minecraft/class_73$class_74;method_402(Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;II[Lnet/minecraft/class_5341;[Lnet/minecraft/class_117;)Lnet/minecraft/class_73;
named fromJson
Lnet/minecraft/loot/entry/EmptyEntry$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/EmptyEntry;
-