Uses of Interface
net.md_5.bungee.api.Title
-
Packages that use Title Package Description net.md_5.bungee.api net.md_5.bungee.api.connection -
-
Uses of Title in net.md_5.bungee.api
Methods in net.md_5.bungee.api that return Title Modifier and Type Method Description Title
Title. clear()
Remove the currently displayed title from the player's screen.abstract Title
ProxyServer. createTitle()
Creates a new empty title configuration.Title
Title. fadeIn(int ticks)
Set the duration in ticks of the fade in effect of the title.Title
Title. fadeOut(int ticks)
Set the duration in ticks of the fade out effect of the title.Title
Title. reset()
Remove the currently displayed title from the player's screen and set the configuration back to the default values.Title
Title. send(ProxiedPlayer player)
Send this title configuration to the specified player.Title
Title. stay(int ticks)
Set the duration in ticks how long the title should stay on the screen.Title
Title. subTitle(BaseComponent text)
Set the subtitle to send to the player.Title
Title. subTitle(BaseComponent... text)
Set the subtitle to send to the player.Title
Title. title(BaseComponent text)
Set the title to send to the player.Title
Title. title(BaseComponent... text)
Set the title to send to the player. -
Uses of Title in net.md_5.bungee.api.connection
Methods in net.md_5.bungee.api.connection with parameters of type Title Modifier and Type Method Description void
ProxiedPlayer. sendTitle(Title title)
Sends aTitle
to this player.
-