BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-402
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
BetterHud/api/standard-api
/
kr.toxicity.hud.api.configuration
/
HudObjectType
Hud
Object
Type
class
HudObjectType
<
T
:
HudObject
?
>
:
Record
A type of HUD element
Parameters
clazz
object's class
name
object's name
function
object's render function
<T>
object type
See also
Hud
Object
Members
Constructors
Hud
Object
Type
Link copied to clipboard
constructor
(
)
Properties
COMPASS
Link copied to clipboard
val
COMPASS
:
HudObjectType
<
Compass
>
Compass type
HUD
Link copied to clipboard
val
HUD
:
HudObjectType
<
Hud
>
Hud type
POPUP
Link copied to clipboard
val
POPUP
:
HudObjectType
<
Popup
>
Popup type
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
invoke
Link copied to clipboard
@
ApiStatus.Internal
@
NotNull
open
fun
invoke
(
@
NotNull
object
:
@
NotNull
HudObject
,
@
NotNull
player
:
@
NotNull
HudPlayer
)
:
@
NotNull
HudComponentSupplier
<
out
Any
>
Gets supplier from object
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String