toggle menu
nova-parent
0.17-alpha.26
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.ui.overlay.bossbar.positioning
/
BarMatcher
Bar
Matcher
interface
BarMatcher
Inheritors
Id
Index
Text
Origin
CombinedAny
CombinedAll
Members
Types
Combined
All
Link copied to clipboard
class
CombinedAll
(
matchers
:
List
<
BarMatcher
>
)
:
BarMatcher
Combined
Any
Link copied to clipboard
class
CombinedAny
(
matchers
:
List
<
BarMatcher
>
)
:
BarMatcher
Companion
Link copied to clipboard
object
Companion
Id
Link copied to clipboard
class
Id
(
uuid
:
UUID
)
:
BarMatcher
Index
Link copied to clipboard
class
Index
(
index
:
Int
)
:
BarMatcher
Origin
Link copied to clipboard
class
Origin
(
origin
:
BarOrigin
)
:
BarMatcher
Text
Link copied to clipboard
class
Text
(
regex
:
Regex
)
:
BarMatcher
Functions
test
Link copied to clipboard
abstract
fun
test
(
info
:
BarMatchInfo
)
:
Boolean