Class FalseIngredient
java.lang.Object
net.darkhax.bookshelf.common.impl.data.ingredient.FalseIngredient
- All Implemented Interfaces:
IngredientLogic<FalseIngredient>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<FalseIngredient> static final CachedSupplier<net.minecraft.world.item.crafting.Ingredient> static final FalseIngredientstatic final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, FalseIngredient> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.darkhax.bookshelf.common.api.data.ingredient.IngredientLogic
getAllMatchingStacks, requiresTesting
-
Field Details
-
SINGLETON
-
CODEC
-
STREAM
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,FalseIngredient> STREAM -
INSTANCE
-
-
Constructor Details
-
FalseIngredient
public FalseIngredient()
-
-
Method Details
-
test
public boolean test(net.minecraft.world.item.ItemStack stack) - Specified by:
testin interfaceIngredientLogic<FalseIngredient>
-