Class FancyMessageListener

  • All Implemented Interfaces:
    org.bukkit.event.Listener

    public class FancyMessageListener
    extends java.lang.Object
    implements org.bukkit.event.Listener
    Listener for the FancyMessage Click Callbacks
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.List<FancyClickEvent> chats  
    • Method Summary

      Modifier and Type Method Description
      void chatClick​(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
      The FancyMessage OnClick Callback Listener
      • Methods inherited from class java.lang.Object

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

      • FancyMessageListener

        public FancyMessageListener()
    • Method Detail

      • chatClick

        public void chatClick​(org.bukkit.event.player.PlayerCommandPreprocessEvent event)
        The FancyMessage OnClick Callback Listener
        Parameters:
        event - The PlayercommandPreprocessEvent