Interface IIngredientModifierType<STACK>
- All Known Implementing Classes:
GenericIngredientModifierType,IngredientModifierGenericType,IngredientModifierType
public interface IIngredientModifierType<STACK>
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends IIngredientModifier<? super STACK>> codec()net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf, ? extends IIngredientModifier<? super STACK>>
-
Method Details
-
codec
com.mojang.serialization.MapCodec<? extends IIngredientModifier<? super STACK>> codec() -
streamCodec
net.minecraft.network.codec.StreamCodec<? super net.minecraft.network.RegistryFriendlyByteBuf,? extends IIngredientModifier<? super STACK>> streamCodec()
-