Class EmptyLootItem.Serializer
java.lang.Object
net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Serializer<T>
net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Serializer<EmptyLootItem>
net.minecraft.world.level.storage.loot.entries.EmptyLootItem.Serializer
- All Implemented Interfaces:
Serializer<EmptyLootItem>
- Enclosing class:
- EmptyLootItem
public static class EmptyLootItem.Serializer
extends LootPoolSingletonContainer.Serializer<EmptyLootItem>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(com.google.gson.JsonObject p_79536_, com.google.gson.JsonDeserializationContext p_79537_, int p_79538_, int p_79539_, LootItemCondition[] p_79540_, LootItemFunction[] p_79541_) Methods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Serializer
deserializeCustom, serializeCustom
Methods inherited from class net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Serializer
deserialize, serialize
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
deserialize
public EmptyLootItem deserialize(com.google.gson.JsonObject p_79536_, com.google.gson.JsonDeserializationContext p_79537_, int p_79538_, int p_79539_, LootItemCondition[] p_79540_, LootItemFunction[] p_79541_) - Specified by:
deserialize
in classLootPoolSingletonContainer.Serializer<EmptyLootItem>
-