HudObjectType

A type of HUD element

Parameters

clazz

object's class

name

object's name

function

object's render function

<T>

object type

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Compass type
Link copied to clipboard
Hud type
Link copied to clipboard
Popup type

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
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 an object
Link copied to clipboard
abstract fun toString(): String