Uses of Interface
net.md_5.bungee.api.Title

Packages that use Title
  • 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.clear()
    Remove the currently displayed title from the player's screen.
    abstract Title
    ProxyServer.createTitle()
    Creates a new empty title configuration.
    Title.fadeIn(int ticks)
    Set the duration in ticks of the fade in effect of the title.
    Title.fadeOut(int ticks)
    Set the duration in ticks of the fade out effect of the title.
    Title.reset()
    Remove the currently displayed title from the player's screen and set the configuration back to the default values.
    Title.send(ProxiedPlayer player)
    Send this title configuration to the specified player.
    Title.stay(int ticks)
    Set the duration in ticks how long the title should stay on the screen.
    Title.subTitle(net.md_5.bungee.api.chat.BaseComponent text)
    Set the subtitle to send to the player.
    Title.subTitle(net.md_5.bungee.api.chat.BaseComponent... text)
    Set the subtitle to send to the player.
    Title.title(net.md_5.bungee.api.chat.BaseComponent text)
    Set the title to send to the player.
    Title.title(net.md_5.bungee.api.chat.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 a Title to this player.