Interface IIngredientSerializer<T extends Ingredient>
public interface IIngredientSerializer<T extends Ingredient>
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<? extends T>codec()read(FriendlyByteBuf buffer) voidwrite(FriendlyByteBuf buffer, T value)  
- 
Field Details
- 
VANILLA
 
 - 
 - 
Method Details
- 
codec
com.mojang.serialization.Codec<? extends T> codec() - 
write
 - 
read
 
 -