HudManager

interface HudManager

Represents hud manager.

Functions

Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllHuds(): @NotNull @Unmodifiable Set<Hud>
Gets all hud.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllNames(): @NotNull @Unmodifiable Set<String>
Gets all hud's name.
Link copied to clipboard
@Nullable
abstract fun getHud(@NotNull name: @NotNull String): @Nullable Hud
Gets hud by given name.