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 JoinListener(TopperPlugin instance)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Constructor Detail
-
JoinListener
public JoinListener(TopperPlugin instance)
-
-