Class ModIdIngredient

java.lang.Object
net.darkhax.bookshelf.common.impl.data.ingredient.ModIdIngredient
All Implemented Interfaces:
IngredientLogic<ModIdIngredient>

public class ModIdIngredient extends Object implements IngredientLogic<ModIdIngredient>
  • Field Details

    • CODEC

      public static final com.mojang.serialization.MapCodec<ModIdIngredient> CODEC
    • STREAM

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,ModIdIngredient> STREAM
  • Constructor Details

    • ModIdIngredient

      public ModIdIngredient(List<String> modIds)
  • Method Details