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