AbilityCostApplyEvent

class AbilityCostApplyEvent(val player: MacrocosmPlayer, var mana: Number, var health: Int, var cooldown: Float, var summonDifficulty: Int) : Event(source)

Constructors

Link copied to clipboard
constructor(player: MacrocosmPlayer, mana: Number, health: Int, cooldown: Float, summonDifficulty: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
@NotNull
open fun getEventName(): @NotNull String
Link copied to clipboard
open override fun getHandlers(): HandlerList
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
var health: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard