BetterHud
Toggle table of contents
1.12.2-SNAPSHOT-407
standard-api
Platform filter
standard-api
Switch theme
Search in API
BetterHud
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 names 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.