Class IngredientAny
java.lang.Object
com.blamejared.crafttweaker.api.ingredient.vanilla.type.IngredientAny
- All Implemented Interfaces:
CraftTweakerVanillaIngredient
-
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.world.item.ItemStack> static net.minecraft.world.item.crafting.IngredientbooleanisEmpty()static IngredientAnyof()booleanbooleantest(@Nullable net.minecraft.world.item.ItemStack stack) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.crafttweaker.api.ingredient.vanilla.type.CraftTweakerVanillaIngredient
singleton, values
-
Method Details
-
of
-
ingredient
public static net.minecraft.world.item.crafting.Ingredient ingredient() -
test
public boolean test(@Nullable @Nullable net.minecraft.world.item.ItemStack stack) - Specified by:
testin interfaceCraftTweakerVanillaIngredient
-
getMatchingStacks
- Specified by:
getMatchingStacksin interfaceCraftTweakerVanillaIngredient
-
requiresTesting
public boolean requiresTesting()- Specified by:
requiresTestingin interfaceCraftTweakerVanillaIngredient
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCraftTweakerVanillaIngredient
-
serializer
- Specified by:
serializerin interfaceCraftTweakerVanillaIngredient
-