Class WarnAction

    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WarnAction

        public WarnAction()
    • 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 interface AnnounceAction