Interface IIngredientSerializer<T extends Ingredient>
- All Known Implementing Classes:
CompoundIngredient.Serializer,NBTIngredient.Serializer,VanillaIngredientSerializer
public interface IIngredientSerializer<T extends Ingredient>
-
Method Summary
Modifier and TypeMethodDescriptionparse(com.google.gson.JsonObject json) parse(PacketBuffer buffer) voidwrite(PacketBuffer buffer, T ingredient)
-
Method Details
-
parse
-
parse
-
write
-