Class BungeeListenerAdapter

  • All Implemented Interfaces:
    net.md_5.bungee.api.plugin.Listener

    public class BungeeListenerAdapter
    extends java.lang.Object
    implements net.md_5.bungee.api.plugin.Listener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addListener​(me.lucyy.squirtgun.platform.EventListener listener)  
      void onPlayerJoin​(net.md_5.bungee.api.event.LoginEvent e)  
      void onPlayerQuit​(net.md_5.bungee.api.event.PlayerDisconnectEvent e)  
      void removeListener​(me.lucyy.squirtgun.platform.EventListener listener)  
      • Methods inherited from class java.lang.Object

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

      • BungeeListenerAdapter

        public BungeeListenerAdapter()
    • Method Detail

      • addListener

        public void addListener​(me.lucyy.squirtgun.platform.EventListener listener)
      • removeListener

        public void removeListener​(me.lucyy.squirtgun.platform.EventListener listener)
      • onPlayerJoin

        public void onPlayerJoin​(net.md_5.bungee.api.event.LoginEvent e)
      • onPlayerQuit

        public void onPlayerQuit​(net.md_5.bungee.api.event.PlayerDisconnectEvent e)