PlaceholderFunction

An aliases of (args, event) -> (player) -> T

Parameters

<T>

type (Number, String, Boolean)

Functions

Link copied to clipboard
open fun <V> andThen(p: (in R) -> out V): BiFunction<T, U, V>
Link copied to clipboard
abstract fun apply(p: T, p1: U): R
Link copied to clipboard
open fun <T> of(@NotNull function: @NotNull (HudPlayer) -> T): @NotNull HudPlaceholder.PlaceholderFunction<T>
Gets placeholder function from single function