Package kr.toxicity.hud.api.manager
Interface PopupManager
public interface PopupManager
Represents popup manager.
-
Method Summary
Modifier and TypeMethodDescriptionGets all names of popup.Gets all popup.@Nullable PopupGets popup by given name.
-
Method Details
-
getPopup
Gets popup by given name.- Parameters:
name- id- Returns:
- popup or null
-
getAllNames
Gets all names of popup.- Returns:
- names
-
getAllPopups
Gets all popup.- Returns:
- all popups
-