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