BetterHud
Toggle table of contents
1.14.1-SNAPSHOT-439
standard-api
Target filter
standard-api
Switch theme
Search in API
Skip to content
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.