public static class CompoundIngredient.Serializer extends java.lang.Object implements IIngredientSerializer<CompoundIngredient>
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static CompoundIngredient.Serializer | INSTANCE | 
| コンストラクタと説明 | 
|---|
| Serializer() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| CompoundIngredient | parse(com.google.gson.JsonObject json) | 
| CompoundIngredient | parse(PacketBuffer buffer) | 
| void | write(PacketBuffer buffer,
     CompoundIngredient ingredient) | 
public static final CompoundIngredient.Serializer INSTANCE
public CompoundIngredient parse(PacketBuffer buffer)
parse インタフェース内 IIngredientSerializer<CompoundIngredient>public CompoundIngredient parse(com.google.gson.JsonObject json)
parse インタフェース内 IIngredientSerializer<CompoundIngredient>public void write(PacketBuffer buffer, CompoundIngredient ingredient)
write インタフェース内 IIngredientSerializer<CompoundIngredient>