HudImpl

class HudImpl(val path: String, internalName: String, file: List<String>, section: YamlObject) : Hud, HudConfiguration

Constructors

Link copied to clipboard
constructor(path: String, internalName: String, file: List<String>, section: YamlObject)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val imageKey: @NotNull Key
Link copied to clipboard
var jsonArray: JsonArray?
Link copied to clipboard
open override val path: String
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getComponents(hudPlayer: HudPlayer): List<WidthComponent>
Link copied to clipboard
@NotNull
open fun getComponentsByType(@NotNull p0: @NotNull HudPlayer): @NotNull MutableList<WidthComponent>
Link copied to clipboard
open override fun getName(): String
Link copied to clipboard
Link copied to clipboard
open override fun getType(): HudObjectType<*>
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun isDefault(): Boolean