BukkitLevelSystem

abstract class BukkitLevelSystem(player: Player) : LevelSystem(source)

LevelSystem for Bukkit.

Constructors

Link copied to clipboard
constructor(player: Player)

Types

Link copied to clipboard

Provider of Bukkit level systems.

Properties

Link copied to clipboard

Player owning this level system.

Inherited properties

Link copied to clipboard
Link copied to clipboard
abstract var exp: Double
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var level: Int
Link copied to clipboard
open var totalExp: Double
Link copied to clipboard

Inherited functions

Link copied to clipboard
open fun didReachLevel(requiredLevel: Int): Boolean
Link copied to clipboard
open fun giveExp(expAmount: Double)
Link copied to clipboard
open fun giveLevels(lvlAmount: Int)
Link copied to clipboard
open fun hasExp(requiredExp: Double): Boolean
Link copied to clipboard
open fun hasExpTotal(requiredExp: Double): Boolean
Link copied to clipboard
open fun takeExp(expAmount: Double)
Link copied to clipboard
open fun takeLevels(lvlAmount: Int)