Package kr.toxicity.hud.api.manager
Interface PlaceholderManager
public interface PlaceholderManager
Represents placeholder manager.
-
Method Summary
Modifier and TypeMethodDescription@NotNull PlaceholderContainer<Boolean> Gets a boolean placeholder group.@NotNull PlaceholderContainer<Number> Gets a number placeholder group.@NotNull PlaceholderContainer<String> Gets a string placeholder group.
-
Method Details
-
getNumberContainer
Gets a number placeholder group.- Returns:
- number group.
- See Also:
-
getBooleanContainer
Gets a boolean placeholder group.- Returns:
- boolean group.
- See Also:
-
getStringContainer
Gets a string placeholder group.- Returns:
- string group.
- See Also:
-