BetterHud
Toggle table of contents
1.14.1-SNAPSHOT-439
dist
Target filter
dist
Switch theme
Search in API
Skip to content
BetterHud
BetterHud/dist
/
kr.toxicity.hud.compass
/
CompassImpl
Compass
Impl
interface
CompassImpl
:
Compass
,
HudConfiguration
Inheritors
CircleCompass
Members
Properties
id
Link copied to clipboard
abstract
val
id
:
String
is
Default
Link copied to clipboard
abstract
val
isDefault
:
Boolean
name
Link copied to clipboard
@get:
NotNull
abstract
val
name
:
@
NotNull
String
type
Link copied to clipboard
@get:
NotNull
abstract
val
type
:
@
NotNull
HudObjectType
<
*
>
Functions
add
Link copied to clipboard
open
fun
add
(
@
NotNull
player
:
@
NotNull
HudPlayer
)
:
Boolean
get
Components
By
Type
Link copied to clipboard
@
ApiStatus.Internal
@
NotNull
open
fun
getComponentsByType
(
@
NotNull
player
:
@
NotNull
HudPlayer
)
:
@
NotNull
HudComponentSupplier
<
*
>
identifier
Link copied to clipboard
@
ApiStatus.Internal
@
NotNull
open
fun
identifier
(
)
:
HudObject.Identifier
indicate
Link copied to clipboard
@
NotNull
abstract
fun
indicate
(
@
NotNull
p0
:
@
NotNull
HudPlayer
)
:
@
NotNull
HudComponentSupplier
<
Compass
?
>
remove
Link copied to clipboard
open
fun
remove
(
@
NotNull
player
:
@
NotNull
HudPlayer
)
:
Boolean
tick
Link copied to clipboard
abstract
fun
tick
(
)
:
Long