Class VanillaIngredientSerializer
java.lang.Object
net.minecraftforge.common.crafting.VanillaIngredientSerializer
- All Implemented Interfaces:
IIngredientSerializer<Ingredient>
public class VanillaIngredientSerializer
extends Object
implements IIngredientSerializer<Ingredient>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(com.google.gson.JsonObject json)parse(FriendlyByteBuf buffer)voidwrite(FriendlyByteBuf buffer, Ingredient ingredient)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
VanillaIngredientSerializer
public VanillaIngredientSerializer()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceIIngredientSerializer<Ingredient>
-
parse
- Specified by:
parsein interfaceIIngredientSerializer<Ingredient>
-
write
- Specified by:
writein interfaceIIngredientSerializer<Ingredient>
-