1.21.9
Toggle table of contents
0.2.5+1.21.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
1.21.9
1.21.9
/
llc.redstone.systemsapi.util
/
PredicateUtils
/
NameMatch
/
NameWithin
Name
Within
data
class
NameWithin
(
val
values
:
List
<
String
>
)
:
PredicateUtils.NameMatch
Members
Constructors
Name
Within
Link copied to clipboard
constructor
(
values
:
List
<
String
>
)
Properties
values
Link copied to clipboard
val
values
:
List
<
String
>
Functions
matches
Link copied to clipboard
open
fun
matches
(
actual
:
String
)
:
Boolean