类 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
- 所有已实现的接口:
Serializer<EmptyLootItem>
- 封闭类:
- EmptyLootItem
public static class EmptyLootItem.Serializer
extends LootPoolSingletonContainer.Serializer<EmptyLootItem>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明deserialize
(com.google.gson.JsonObject pObject, com.google.gson.JsonDeserializationContext pContext, int pWeight, int pQuality, LootItemCondition[] pConditions, LootItemFunction[] pFunctions) 从类继承的方法 net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer.Serializer
deserializeCustom, serializeCustom
从类继承的方法 net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer.Serializer
deserialize, serialize
-
构造器详细资料
-
Serializer
public Serializer()
-
-
方法详细资料
-
deserialize
public EmptyLootItem deserialize(com.google.gson.JsonObject pObject, com.google.gson.JsonDeserializationContext pContext, int pWeight, int pQuality, LootItemCondition[] pConditions, LootItemFunction[] pFunctions)
-