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