JavaScript is disabled on your browser.
You are looking at old Javadocs for Paper 26.1.2. Click here to look at Paper 26.2 instead.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.papermc.paper.command.brigadier.argument.predicate
ItemStackPredicate
Contents
Description
Method Summary
Hide sidebar
Show sidebar
Interface ItemStackPredicate
All Superinterfaces:
Predicate
<
ItemStack
>
@NonExtendable
public interface
ItemStackPredicate
extends
Predicate
<
ItemStack
>
A predicate for ItemStack.
See Also:
ArgumentTypes.itemPredicate()
Method Summary
Methods inherited from interface
Predicate
and
,
negate
,
or
,
test