类 PartialNBTIngredient.Serializer
java.lang.Object
net.minecraftforge.common.crafting.PartialNBTIngredient.Serializer
- 所有已实现的接口:
IIngredientSerializer<PartialNBTIngredient>
- 封闭类:
- PartialNBTIngredient
public static class PartialNBTIngredient.Serializer
extends Object
implements IIngredientSerializer<PartialNBTIngredient>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明parse
(com.google.gson.JsonObject json) parse
(FriendlyByteBuf buffer) void
write
(FriendlyByteBuf buffer, PartialNBTIngredient ingredient)
-
字段详细资料
-
INSTANCE
-
-
构造器详细资料
-
Serializer
public Serializer()
-
-
方法详细资料
-
parse
- 指定者:
parse
在接口中IIngredientSerializer<PartialNBTIngredient>
-
parse
- 指定者:
parse
在接口中IIngredientSerializer<PartialNBTIngredient>
-
write
- 指定者:
write
在接口中IIngredientSerializer<PartialNBTIngredient>
-