Interface IngredientLogic<T extends IngredientLogic<T>>
- All Known Implementing Classes:
AllOfIngredient, BlockTagIngredient, EitherIngredient, FalseIngredient, ModIdIngredient
public interface IngredientLogic<T extends IngredientLogic<T>>
-
Method Details
-
test
boolean test(net.minecraft.world.item.ItemStack stack) -
getMatchingItems
-
getAllMatchingStacks
-
requiresTesting
default boolean requiresTesting()
-