Class ForgeUnsealedIngredient.Serializer
java.lang.Object
at.petrak.hexcasting.forge.recipe.ForgeUnsealedIngredient.Serializer
- All Implemented Interfaces:
net.minecraftforge.common.crafting.IIngredientSerializer<ForgeUnsealedIngredient>
- Enclosing class:
- ForgeUnsealedIngredient
public static class ForgeUnsealedIngredient.Serializer
extends Object
implements net.minecraftforge.common.crafting.IIngredientSerializer<ForgeUnsealedIngredient>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ForgeUnsealedIngredientparse(@NotNull com.google.gson.JsonObject json) @NotNull ForgeUnsealedIngredientparse(net.minecraft.network.FriendlyByteBuf buffer) voidwrite(net.minecraft.network.FriendlyByteBuf buffer, ForgeUnsealedIngredient ingredient)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
parse
@NotNull public @NotNull ForgeUnsealedIngredient parse(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
parsein interfacenet.minecraftforge.common.crafting.IIngredientSerializer<ForgeUnsealedIngredient>
-
parse
@NotNull public @NotNull ForgeUnsealedIngredient parse(@NotNull @NotNull com.google.gson.JsonObject json) - Specified by:
parsein interfacenet.minecraftforge.common.crafting.IIngredientSerializer<ForgeUnsealedIngredient>
-
write
- Specified by:
writein interfacenet.minecraftforge.common.crafting.IIngredientSerializer<ForgeUnsealedIngredient>
-