BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-407
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.manager
/
CompassManager
Compass
Manager
interface
CompassManager
Compass manager
Members
Functions
get
All
Compasses
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getAllCompasses
(
)
:
@
NotNull
@
Unmodifiable
Set
<
Compass
>
Gets all compasses.
get
All
Names
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getAllNames
(
)
:
@
NotNull
@
Unmodifiable
Set
<
String
>
Gets all compass's name.
get
Compass
Link copied to clipboard
@
Nullable
abstract
fun
getCompass
(
@
NotNull
name
:
@
NotNull
String
)
:
@
Nullable
Compass
Gets compass by given name.
get
Default
Compasses
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getDefaultCompasses
(
)
:
@
NotNull
@
Unmodifiable
Set
<
Compass
>
Gets all default compasses.