Class IngredientCraftTweaker<T extends IIngredient>
java.lang.Object
com.blamejared.crafttweaker.api.ingredient.vanilla.type.IngredientCraftTweaker<T>
- All Implemented Interfaces:
IngredientCraftTweakerBase,CraftTweakerVanillaIngredient,Predicate<net.minecraft.world.item.ItemStack>
- Direct Known Subclasses:
IngredientConditioned,IngredientTransformed
public abstract class IngredientCraftTweaker<T extends IIngredient>
extends Object
implements CraftTweakerVanillaIngredient, IngredientCraftTweakerBase
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.crafttweaker.api.ingredient.vanilla.type.CraftTweakerVanillaIngredient
serializer, singleton, valuesMethods inherited from interface com.blamejared.crafttweaker.api.ingredient.type.IngredientCraftTweakerBase
isSimple
-
Constructor Details
-
IngredientCraftTweaker
-
-
Method Details
-
test
public boolean test(@Nullable @Nullable net.minecraft.world.item.ItemStack stack) - Specified by:
testin interfaceCraftTweakerVanillaIngredient- Specified by:
testin interfaceIngredientCraftTweakerBase- Specified by:
testin interfacePredicate<T extends IIngredient>
-
getCrTIngredient
- Specified by:
getCrTIngredientin interfaceIngredientCraftTweakerBase
-
getMatchingStacks
- Specified by:
getMatchingStacksin interfaceCraftTweakerVanillaIngredient
-
requiresTesting
public boolean requiresTesting()- Specified by:
requiresTestingin interfaceCraftTweakerVanillaIngredient
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCraftTweakerVanillaIngredient
-
equals
-
hashCode
public int hashCode()
-