| Package | Description |
|---|---|
| com.destroystokyo.paper |
| Modifier and Type | Method | 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(String subtitle) |
Sets the subtitle to the given text.
|
Title.Builder |
Title.Builder.subtitle(BaseComponent subtitle) |
Sets the subtitle to the given text.
|
Title.Builder |
Title.Builder.subtitle(BaseComponent[] subtitle) |
Sets the subtitle to the given text.
|
Title.Builder |
Title.Builder.title(String title) |
Sets the title to the given text.
|
Title.Builder |
Title.Builder.title(BaseComponent title) |
Sets the title to the given text.
|
Title.Builder |
Title.Builder.title(BaseComponent[] title) |
Sets the title to the given text.
|
Copyright © 2020. All rights reserved.