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.BuilderTitle.builder()Deprecated.Title.Builder.fadeIn(int fadeIn)Sets the number of ticks for the title to fade inTitle.Builder.fadeOut(int fadeOut)Sets the number of ticks for the title to fade out.Title.Builder.stay(int stay)Sets the number of ticks for the title to stay.Sets the subtitle to the given text.Title.Builder.subtitle(@Nullable BaseComponent subtitle)Sets the subtitle to the given text.Title.Builder.subtitle(@Nullable BaseComponent[] subtitle)Sets the subtitle to the given text.Sets the title to the given text.Title.Builder.title(@NotNull BaseComponent title)Sets the title to the given text.Title.Builder.title(@NotNull BaseComponent[] title)Sets the title to the given text.