A
C
F
G
H
I
O
R
S
T
U
C
- clearActionbar(Player) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Removes an actionbar message that might be on the player's screen.
- clearSubtitle(Player) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Removes a subtitle that might be on the player's screen.
- clearTitle(Player) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Removes a title that might be on the player's screen.
- clearTitles(Player) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Removes a title and a subtitle that might be on the player's screen.
- containsAnimation(String,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Checks if the input text contains the pattern
${my-animation}
or the pattern${my-animation:parameter}
wheremy-animation
is the animation parameter. - containsAnimations(String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Checks if the input text contains any registered animations following the pattern
${my-animation}
as well as any animations or scripts following the pattern${my-animation:my-parameter}
. - containsPlaceholder(String,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Checks if the input text contains the pattern
%{my-placeholder}
or the pattern%{my-placeholder:parameter}
wheremy-placeholder
is the placeholder parameter. - containsPlaceholders(String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Checks if the input text contains any registered placeholders following the pattern
%{my-placeholder}
as well as any placeholders following the pattern%{my-placeholder:my-parameter}
. - createAnimationFrame(String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Creates an Animation from the input text and timings values.