Class PlaytimeListener
java.lang.Object
com.haven.havenplugin.playtime.PlaytimeListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
ConstructorsConstructorDescriptionPlaytimeListener(Main plugin, PlaytimeTracker tracker, PlaytimeConfig config) -
Method Summary
Modifier and TypeMethodDescriptionvoidonPlayerChat(io.papermc.paper.event.player.AsyncChatEvent event) voidonPlayerInteract(org.bukkit.event.player.PlayerInteractEvent event) voidonPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) voidonPlayerMove(org.bukkit.event.player.PlayerMoveEvent event) voidonPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event)
-
Constructor Details
-
PlaytimeListener
-
-
Method Details
-
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) -
onPlayerQuit
public void onPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event) -
onPlayerMove
public void onPlayerMove(org.bukkit.event.player.PlayerMoveEvent event) -
onPlayerChat
public void onPlayerChat(io.papermc.paper.event.player.AsyncChatEvent event) -
onPlayerInteract
public void onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent event)
-