A
C
F
G
H
I
O
R
S
T
U
S
- SendableAnimation - class in io.puharesource.mc.titlemanager.api.v2.animation
- An Animation associated with a org.bukkit.entity.Player that can be sent to the associated org.bukkit.entity.Player.
- sendActionbar(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends an actionbar message to the Player.
- sendActionbarWithPlaceholders(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends an actionbar message to the Player where all placeholders are replaced.
- sendProcessedActionbar(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends an actionbar message to the Player where all placeholders are replaced.
- sendProcessedSubtitle(Player,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a subtitle message to the given Player where all placeholders have been replaced and with the given timings.
- sendProcessedTitle(Player,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title message to the given Player with the given timings where all placeholders have been replaced and with the given timings.
- sendProcessedTitles(Player,String,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title and a subtitle message to the given Player where all placeholders are replaced and with the given timings.
- sendSubtitle(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a subtitle message to the given Player.
- sendSubtitle(Player,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a subtitle message to the given Player with the given timings as well as the given subtitles.
- sendSubtitleWithPlaceholders(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a subtitle message to the given Player where all placeholders have been replaced.
- sendSubtitleWithPlaceholders(Player,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a subtitle message to the given Player where all placeholders have been replaced and with the given timings.
- sendTimings(Player,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the timings for all of the next titles and subtitles sent to the Player.
- sendTitle(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title message to the given Player with the given title.
- sendTitle(Player,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title message to the given Player with the given timings.
- sendTitles(Player,String,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title and a subtitle message to the given Player.
- sendTitles(Player,String,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title and a subtitle message to the given Player with the given timings.
- sendTitlesWithPlaceholders(Player,String,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title and a subtitle message to the given Player where all placeholders are replaced.
- sendTitlesWithPlaceholders(Player,String,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title and a subtitle message to the given Player where all placeholders are replaced and with the given timings.
- sendTitleWithPlaceholders(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title message to the given Player where all placeholders have been replaced.
- sendTitleWithPlaceholders(Player,String,Integer,Integer,Integer) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sends a title message to the given Player with the given timings where all placeholders have been replaced and with the given timings.
- setFadeIn(Integer) - function in io.puharesource.mc.titlemanager.api.v2.animation.AnimationFrame
- If the frame is used in a title or subtitle, then this will be the time it takes for the title to fade onto the screen.
- setFadeOut(Integer) - function in io.puharesource.mc.titlemanager.api.v2.animation.AnimationFrame
- If the frame is used in a title or subtitle, then this will be the time it takes for the title to fade off of the screen.
- setFooter(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the player list footer for the given Player.
- setFooterWithPlaceholders(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the player list footer for the given Player where all placeholders are replaced.
- setHeader(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Set the player list header for the given Player.
- setHeaderAndFooter(Player,String,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the player list header and footer for the given Player.
- setHeaderAndFooterWithPlaceholders(Player,String,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the player list header and footer for the given Player where all placeholders are replaced.
- setHeaderWithPlaceholders(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the player list header for the given Player where all placeholders are replaced.
- setIsContinuous(Boolean) - function in io.puharesource.mc.titlemanager.api.v2.animation.SendableAnimation
- If
true
, then the Animation will loop when it hits the last frame, or until stop is called. - setProcessedFooter(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the player list footer for the given Player where all placeholders are replaced.
- setProcessedHeader(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the player list header for the given Player where all placeholders are replaced.
- setProcessedHeaderAndFooter(Player,String,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the player list header and footer for the given Player where all placeholders are replaced.
- setProcessedScoreboardTitle(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the title of the given Player's scoreboard, if they have one assigned.
- setProcessedScoreboardValue(Player,Integer,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the text value of the given Player's scoreboard at the given index.
- setScoreboardTitle(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the title of the given Player's scoreboard, if they have one assigned.
- setScoreboardTitleWithPlaceholders(Player,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the title of the given Player's scoreboard, if they have one assigned.
- setScoreboardValue(Player,Integer,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the text value of the given Player's scoreboard at the given index.
- setScoreboardValueWithPlaceholders(Player,Integer,String) - function in io.puharesource.mc.titlemanager.api.v2.TitleManagerAPI
- Sets the text value of the given Player's scoreboard at the given index.
- setStay(Integer) - function in io.puharesource.mc.titlemanager.api.v2.animation.AnimationFrame
- The time the frame should be shown.
- setText(String) - function in io.puharesource.mc.titlemanager.api.v2.animation.AnimationFrame
- The text.
- start() - function in io.puharesource.mc.titlemanager.api.v2.animation.SendableAnimation
- Starts sending the frames of the Animation to the associated org.bukkit.entity.Player.
- stop() - function in io.puharesource.mc.titlemanager.api.v2.animation.SendableAnimation
- Stops sending the frames of the Animation to the associated org.bukkit.entity.Player.