Interface IIngredientModifierType<STACK>

All Known Implementing Classes:
GenericIngredientModifierType, IngredientModifierGenericType, IngredientModifierType

public interface IIngredientModifierType<STACK>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.MapCodec<? extends IIngredientModifier<? super STACK>>
     
    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()