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