Class SubtitleAction
- java.lang.Object
-
- fr.royalpha.bungeeannounce.announcement.subtitle.SubtitleAction
-
- All Implemented Interfaces:
AnnounceAction
public class SubtitleAction extends java.lang.Object implements AnnounceAction
-
-
Constructor Summary
Constructors Constructor Description SubtitleAction()
-
Method Summary
Modifier and Type Method Description void
onAction​(net.md_5.bungee.api.connection.ProxiedPlayer player, net.md_5.bungee.api.chat.TextComponent message, java.lang.Integer... optionalTitleArgs)
-
-
-
Method Detail
-
onAction
public void onAction​(net.md_5.bungee.api.connection.ProxiedPlayer player, net.md_5.bungee.api.chat.TextComponent message, java.lang.Integer... optionalTitleArgs)
- Specified by:
onAction
in interfaceAnnounceAction
-
-