Class BukkitListenerAdapter

java.lang.Object
me.lucyy.squirtgun.bukkit.BukkitListenerAdapter
All Implemented Interfaces:
org.bukkit.event.Listener

public class BukkitListenerAdapter
extends java.lang.Object
implements org.bukkit.event.Listener
  • Constructor Summary

    Constructors
    Constructor Description
    BukkitListenerAdapter()  
  • Method Summary

    Modifier and Type Method Description
    void addListener​(me.lucyy.squirtgun.platform.EventListener listener)  
    void onPlayerJoin​(org.bukkit.event.player.PlayerJoinEvent e)  
    void onPlayerJoin​(org.bukkit.event.player.PlayerQuitEvent 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 Details

    • BukkitListenerAdapter

      public BukkitListenerAdapter()
  • Method Details

    • addListener

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

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

      public void onPlayerJoin​(org.bukkit.event.player.PlayerJoinEvent e)
    • onPlayerJoin

      public void onPlayerJoin​(org.bukkit.event.player.PlayerQuitEvent e)