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