Class IngredientList
java.lang.Object
com.blamejared.crafttweaker.api.ingredient.vanilla.type.IngredientList
- All Implemented Interfaces:
CraftTweakerVanillaIngredient
-
Method Summary
Modifier and TypeMethodDescriptionbooleanList<net.minecraft.world.item.crafting.Ingredient> List<net.minecraft.world.item.ItemStack> inthashCode()static net.minecraft.world.item.crafting.Ingredientingredient(List<net.minecraft.world.item.crafting.Ingredient> children) booleanisEmpty()static IngredientListbooleanbooleantest(@Nullable net.minecraft.world.item.ItemStack stack) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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(List<net.minecraft.world.item.crafting.Ingredient> children) -
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
-
getChildren
-
serializer
- Specified by:
serializerin interfaceCraftTweakerVanillaIngredient
-
equals
-
hashCode
public int hashCode() -
toString
-