Package | Description |
---|---|
com.destroystokyo.paper |
Modifier and Type | Method and Description |
---|---|
static Title.Builder |
Title.builder() |
Title.Builder |
Title.Builder.fadeIn(int fadeIn)
Sets the number of ticks for the title to fade in
|
Title.Builder |
Title.Builder.fadeOut(int fadeOut)
Sets the number of ticks for the title to fade out.
|
Title.Builder |
Title.Builder.stay(int stay)
Sets the number of ticks for the title to stay.
|
Title.Builder |
Title.Builder.subtitle(net.md_5.bungee.api.chat.BaseComponent subtitle)
Sets the subtitle to the given text.
|
Title.Builder |
Title.Builder.subtitle(net.md_5.bungee.api.chat.BaseComponent[] subtitle)
Sets the subtitle to the given text.
|
Title.Builder |
Title.Builder.subtitle(String subtitle)
Sets the subtitle to the given text.
|
Title.Builder |
Title.Builder.title(net.md_5.bungee.api.chat.BaseComponent title)
Sets the title to the given text.
|
Title.Builder |
Title.Builder.title(net.md_5.bungee.api.chat.BaseComponent[] title)
Sets the title to the given text.
|
Title.Builder |
Title.Builder.title(String title)
Sets the title to the given text.
|
Copyright © 2021. All rights reserved.