SakuraBind
Toggle table of contents
2.4.12
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SakuraBind
SakuraBind
/
top.iseason.bukkit.sakurabind.module
/
UniqueFilter
Unique
Filter
public
class
UniqueFilter
implements
BiPredicate
<
UUID
,
ItemStack
>
Members
Properties
INSTANCE
Link copied to clipboard
public
final
static
UniqueFilter
INSTANCE
map
Link copied to clipboard
private
final
HashMap
<
String
,
Integer
>
map
player
Link copied to clipboard
private
Player
player
remover
Link copied to clipboard
public
static
Removable
remover
Functions
and
Link copied to clipboard
public
BiPredicate
<
UUID
,
ItemStack
>
and
(
BiPredicate
<
? super
UUID
,
? super
ItemStack
>
other
)
get
Map
Link copied to clipboard
public
final
HashMap
<
String
,
Integer
>
getMap
(
)
get
Player
Link copied to clipboard
public
final
Player
getPlayer
(
)
negate
Link copied to clipboard
public
BiPredicate
<
UUID
,
ItemStack
>
negate
(
)
or
Link copied to clipboard
public
BiPredicate
<
UUID
,
ItemStack
>
or
(
BiPredicate
<
? super
UUID
,
? super
ItemStack
>
other
)
reset
Link copied to clipboard
public
final
Unit
reset
(
)
set
Player
Link copied to clipboard
public
final
Unit
setPlayer
(
Player
value
)
test
Link copied to clipboard
public
Boolean
test
(
UUID
t
,
ItemStack
item
)