Package | Description |
---|---|
net.md_5.bungee.api | |
net.md_5.bungee.api.connection |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxiedPlayer.sendTitle(Title title)
Sends a
Title to this player. |
Copyright © 2012–2019 SpigotMC. All rights reserved.