public static class StackedIngredient.Serializer extends java.lang.Object implements net.minecraftforge.common.crafting.IIngredientSerializer<StackedIngredient>
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.util.ResourceLocation |
ID |
static StackedIngredient.Serializer |
INSTANCE |
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
StackedIngredient |
parse(com.google.gson.JsonObject json) |
StackedIngredient |
parse(net.minecraft.network.PacketBuffer buffer) |
void |
write(net.minecraft.network.PacketBuffer buffer,
StackedIngredient ingredient) |
public static final StackedIngredient.Serializer INSTANCE
public static final net.minecraft.util.ResourceLocation ID
public StackedIngredient parse(net.minecraft.network.PacketBuffer buffer)
parse in interface net.minecraftforge.common.crafting.IIngredientSerializer<StackedIngredient>public StackedIngredient parse(com.google.gson.JsonObject json)
parse in interface net.minecraftforge.common.crafting.IIngredientSerializer<StackedIngredient>public void write(net.minecraft.network.PacketBuffer buffer,
StackedIngredient ingredient)
write in interface net.minecraftforge.common.crafting.IIngredientSerializer<StackedIngredient>