PlaceholderManager

Represents placeholder manager.

Functions

Link copied to clipboard
@NotNull
abstract fun getBooleanContainer(): @NotNull PlaceholderContainer<Boolean>
Gets a boolean placeholder group.
Link copied to clipboard
@NotNull
abstract fun getNumberContainer(): @NotNull PlaceholderContainer<Number>
Gets a number placeholder group.
Link copied to clipboard
@NotNull
abstract fun getStringContainer(): @NotNull PlaceholderContainer<String>
Gets a string placeholder group.