PlaceholderContainer

Represents placeholder group.

Parameters

<T>

type of placeholder's return value.

Functions

Link copied to clipboard
abstract fun addPlaceholder(@NotNull name: @NotNull String, @NotNull placeholder: @NotNull HudPlaceholder<T>)
Adds placeholder.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllPlaceholders(): @NotNull @Unmodifiable Map<String, HudPlaceholder<out Any>>
Gets all placeholders.