SlayerDisplay

class SlayerDisplay(val type: SlayerType, val tier: Int, val collectedExp: Float, val status: SlayerStatus) : RenderComponent(source)

Constructors

Link copied to clipboard
constructor(type: SlayerType, tier: Int, collectedExp: Float, status: SlayerStatus)

Functions

Link copied to clipboard
open override fun lines(): List<Component>

Returns all the lines inside this component

Link copied to clipboard
open override fun title(): Component

Returns the title of this component

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tier: Int
Link copied to clipboard