Package com.hrznstudio.titanium.api
Interface IItemStackQuery.IItemStackNBTQuery
- All Superinterfaces:
IItemStackQuery,Predicate<net.minecraft.world.item.ItemStack>
- Enclosing interface:
- IItemStackQuery
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface IItemStackQuery.IItemStackNBTQuery
extends IItemStackQuery
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hrznstudio.titanium.api.IItemStackQuery
IItemStackQuery.IItemStackNBTQuery, IItemStackQuery.IItemStackQueryRecipe, IItemStackQuery.IngredientQuery, IItemStackQuery.ItemQuery, IItemStackQuery.ItemStackQuery -
Field Summary
Fields inherited from interface com.hrznstudio.titanium.api.IItemStackQuery
ANYTHING, NOTHING -
Method Summary
Methods inherited from interface com.hrznstudio.titanium.api.IItemStackQuery
test, toSlotFilter, toSlotFilter, toSlotFilter, toSlotFilter
-
Method Details
-
matches
default boolean matches(net.minecraft.world.item.ItemStack itemStack) - Specified by:
matchesin interfaceIItemStackQuery
-
matches
boolean matches(net.minecraft.nbt.CompoundTag compound)
-