SlayerAbility

class SlayerAbility(val abilityId: String, val slayerType: SlayerType, val name: String, val description: String, val listenerRegister: SlayerAbility.() -> Unit)(source)

Constructors

Link copied to clipboard
constructor(abilityId: String, slayerType: SlayerType, name: String, description: String, listenerRegister: SlayerAbility.() -> Unit)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun applyToBosses(handler: (MacrocosmEntity, LivingEntity, Int) -> Unit)
Link copied to clipboard
fun descript(tier: Int): List<Component>
Link copied to clipboard
fun isSlayerBoss(entity: LivingEntity): Pair<Boolean, Int>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard