Class AllOfIngredient

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

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

    • CODEC

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

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

    • AllOfIngredient

      public AllOfIngredient(List<net.minecraft.world.item.crafting.Ingredient> ingredients)
  • Method Details