Class FalseIngredient

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

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

    • SINGLETON

      public static final FalseIngredient SINGLETON
    • CODEC

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

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,FalseIngredient> STREAM
    • INSTANCE

      public static final CachedSupplier<net.minecraft.world.item.crafting.Ingredient> INSTANCE
  • Constructor Details

    • FalseIngredient

      public FalseIngredient()
  • Method Details