Class UserListener
- java.lang.Object
-
- cc.carm.plugin.userprefix.listener.UserListener
-
-
Constructor Summary
Constructors Constructor Description UserListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onJoin(PlayerJoinEvent event)
void
onLeave(PlayerQuitEvent event)
-
-
-
Method Detail
-
onJoin
public void onJoin(PlayerJoinEvent event)
-
onLeave
public void onLeave(PlayerQuitEvent event)
-
-