Placeholder

interface Placeholder<T : Any> : Function1<HudPlayer, T>

Properties

Link copied to clipboard
abstract val clazz: Class<out T>

Functions

Link copied to clipboard
abstract operator fun invoke(p1: HudPlayer): T
Link copied to clipboard
abstract fun stringValue(player: HudPlayer): String
Link copied to clipboard
open fun value(player: HudPlayer): T