Uses of Interface
net.kyori.adventure.title.TitlePart
Packages that use TitlePart
Package
Description
A receiver of Minecraft media.
Data for controlling titles.
-
Uses of TitlePart in net.kyori.adventure.audience
Methods in net.kyori.adventure.audience with parameters of type TitlePartModifier and TypeMethodDescriptiondefault <T> voidAudience.sendTitlePart(TitlePart<T> part, T value) Shows a part of a title.default <T> voidForwardingAudience.sendTitlePart(TitlePart<T> part, T value) default <T> voidForwardingAudience.Single.sendTitlePart(TitlePart<T> part, T value) -
Uses of TitlePart in net.kyori.adventure.title
Fields in net.kyori.adventure.title declared as TitlePartModifier and TypeFieldDescriptionTitlePart.SUBTITLEThe subtitle part of a title.static final TitlePart<Title.Times> TitlePart.TIMESThe times part of a title.TitlePart.TITLEThe title part of a title.Methods in net.kyori.adventure.title with parameters of type TitlePart