Provider

Provider of Bukkit level systems.

Inherited properties

Link copied to clipboard
open val id: String
Link copied to clipboard
open val isEnabled: Boolean

Inherited functions

Link copied to clipboard
open override fun get(arg: Any): BukkitLevelSystem

Returns new instance of T is given arg is instance of Player. Otherwise, throws ClassCastException.

Link copied to clipboard
abstract fun getSystem(player: Player): BukkitLevelSystem

Returns new instance of T initialized with the given player object.