PopupImpl

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

Constructors

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

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
@NotNull
open fun getComponentsByType(@NotNull p0: @NotNull HudPlayer): @NotNull MutableList<WidthComponent>
Link copied to clipboard
open override fun getGroupName(): String
Link copied to clipboard
open fun getLastIndex(): Int
Link copied to clipboard
open override fun getMaxStack(): Int
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 fun hide(@NotNull p0: @NotNull HudPlayer): Boolean
Link copied to clipboard
open override fun isDefault(): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun show(reason: UpdateEvent, hudPlayer: HudPlayer): PopupUpdater?