Uses of Class
com.destroystokyo.paper.Title.Builder
Packages that use Title.Builder
-
Uses of Title.Builder in com.destroystokyo.paper
Methods in com.destroystokyo.paper that return Title.BuilderModifier and TypeMethodDescriptionstatic @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
Sets the subtitle to the given text.@NotNull Title.Builder
Title.Builder.subtitle
(@Nullable net.md_5.bungee.api.chat.BaseComponent subtitle) Sets the subtitle to the given text.@NotNull Title.Builder
Title.Builder.subtitle
(@Nullable net.md_5.bungee.api.chat.BaseComponent[] subtitle) Sets the subtitle to the given text.@NotNull Title.Builder
Sets the title to the given text.@NotNull Title.Builder
Title.Builder.title
(@NotNull net.md_5.bungee.api.chat.BaseComponent title) Sets the title to the given text.@NotNull Title.Builder
Title.Builder.title
(@NotNull net.md_5.bungee.api.chat.BaseComponent[] title) Sets the title to the given text.