Class VanillaIngredientSerializer
java.lang.Object
net.minecraftforge.common.crafting.VanillaIngredientSerializer
- All Implemented Interfaces:
- IIngredientSerializer<Ingredient>
public class VanillaIngredientSerializer
extends Object
implements IIngredientSerializer<Ingredient>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparse(com.google.gson.JsonObject json) parse(PacketBuffer buffer) voidwrite(PacketBuffer buffer, Ingredient ingredient) 
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
VanillaIngredientSerializerpublic VanillaIngredientSerializer()
 
- 
- 
Method Details- 
parse- Specified by:
- parsein interface- IIngredientSerializer<Ingredient>
 
- 
parse- Specified by:
- parsein interface- IIngredientSerializer<Ingredient>
 
- 
write- Specified by:
- writein interface- IIngredientSerializer<Ingredient>
 
 
-