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