Class BlockTagIngredient

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

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

    • CODEC

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

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

    • BlockTagIngredient

      public BlockTagIngredient(List<net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block>> blockTags)
  • Method Details