Builder

fun interface Builder : Function1<UpdateEvent, (HudPlayer) -> TextColor?>

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(p1: UpdateEvent): (HudPlayer) -> TextColor?
Link copied to clipboard