toggle menu
BetterHud docs
1.8
standard-api
switch theme
search in API
BetterHud/api/standard-api
/
kr.toxicity.hud.api.manager
/
PopupManager
Popup
Manager
interface
PopupManager
Represents popup manager.
Members
Functions
get
All
Names
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getAllNames
(
)
:
@
NotNull
@
Unmodifiable
Set
<
String
>
Gets all name of popup.
get
All
Popups
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getAllPopups
(
)
:
@
NotNull
@
Unmodifiable
Set
<
Popup
>
Gets all popup.
get
Default
Popups
Link copied to clipboard
@
NotNull
@
Unmodifiable
abstract
fun
getDefaultPopups
(
)
:
@
NotNull
@
Unmodifiable
Set
<
Popup
>
Gets all default popup.
get
Popup
Link copied to clipboard
@
Nullable
abstract
fun
getPopup
(
@
NotNull
name
:
@
NotNull
String
)
:
@
Nullable
Popup
Gets popup by given name.