Class JoinListener

java.lang.Object
me.hsgamer.topper.spigot.plugin.listener.JoinListener
All Implemented Interfaces:
io.github.projectunified.minelib.plugin.base.Loadable, io.github.projectunified.minelib.plugin.listener.ListenerComponent, org.bukkit.event.Listener

public class JoinListener extends Object implements io.github.projectunified.minelib.plugin.listener.ListenerComponent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onJoin(org.bukkit.event.player.PlayerJoinEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.github.projectunified.minelib.plugin.listener.ListenerComponent

    disable, enable, getPlugin

    Methods inherited from interface io.github.projectunified.minelib.plugin.base.Loadable

    load
  • Constructor Details

  • Method Details

    • onJoin

      public void onJoin(org.bukkit.event.player.PlayerJoinEvent event)