app
/
org.powbot.api
/
Locatable
/
WithinArea
Within
Area
class
WithinArea
(area:
Area
) :
Filter
<
Locatable
?>
Content copied to clipboard
WithinArea
Constructors
Functions
Constructors
WithinArea
Link copied to clipboard
fun
WithinArea
(area:
Area
)
Content copied to clipboard
Functions
accept
Link copied to clipboard
open override fun
accept
(l:
Locatable
?):
Boolean
Content copied to clipboard
Determines if the item satisfies the rules of this filter.
and
Link copied to clipboard
open fun
and
(p0:
Predicate
<in
Locatable
?>):
Predicate
<
Locatable
?>
Content copied to clipboard
negate
Link copied to clipboard
open fun
negate
():
Predicate
<
Locatable
?>
Content copied to clipboard
or
Link copied to clipboard
open fun
or
(p0:
Predicate
<in
Locatable
?>):
Predicate
<
Locatable
?>
Content copied to clipboard
test
Link copied to clipboard
open override fun
test
(t:
Locatable
?):
Boolean
Content copied to clipboard
{@inheritDoc}