Package kr.toxicity.hud.api.manager
Interface HudManager
public interface HudManager
Represents hud manager.
-
Method Summary
Modifier and TypeMethodDescriptionGets all hud.Gets all hud's name.@Nullable HudGets hud by given name.
-
Method Details
-
getHud
Gets hud by given name.- Parameters:
name- id.- Returns:
- hud or null
-
getAllNames
Gets all hud's name.- Returns:
- all names of hud
-
getAllHuds
Gets all hud.- Returns:
- all hud
-