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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) Methods inherited from class net.minecraft.loot.entry.LeafEntry.SerializeraddEntryFields, fromJsonMethods inherited from class net.minecraft.loot.entry.LootPoolEntry.SerializerfromJson, toJson
- 
Constructor Details- 
Serializerpublic Serializer()
 
- 
- 
Method Details- 
fromJsonpublic EmptyEntry fromJson(JsonObject jsonObject, JsonDeserializationContext jsonDeserializationContext, int int2, int int3, LootCondition[] lootCondition, LootFunction[] lootFunction) - Specified by:
- fromJsonin class- LeafEntry.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;
 
 
-