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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse(com.google.gson.JsonObject json)
parse(FriendlyByteBuf buffer)
void
write(FriendlyByteBuf buffer, Ingredient ingredient)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
VanillaIngredientSerializer
public VanillaIngredientSerializer()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceIIngredientSerializer<Ingredient>
-
parse
- Specified by:
parse
in interfaceIIngredientSerializer<Ingredient>
-
write
- Specified by:
write
in interfaceIIngredientSerializer<Ingredient>
-