toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
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
<Error class: unknown class>
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
>
p0
)
get
Map
Link copied to clipboard
public
final
<Error class: unknown class>
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
>
p0
)
reset
Link copied to clipboard
public
final
Unit
reset
(
)
set
Player
Link copied to clipboard
public
final
Unit
setPlayer
(
Player
player
)
test
Link copied to clipboard
public
Boolean
test
(
UUID
t
,
ItemStack
item
)