Class WarnAction
- java.lang.Object
-
- fr.royalpha.bungeeannounce.announcement.warn.WarnAction
-
- All Implemented Interfaces:
AnnounceAction
public class WarnAction extends java.lang.Object implements AnnounceAction
-
-
Constructor Summary
Constructors Constructor Description WarnAction()
-
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
-
-