Class BalanceChangeNotifier

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
me.fami6xx.rpuniverse.core.misc.balance.BalanceChangeNotifier
All Implemented Interfaces:
Runnable, org.bukkit.event.Listener

public class BalanceChangeNotifier extends org.bukkit.scheduler.BukkitRunnable implements org.bukkit.event.Listener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPlayerJoin​(org.bukkit.event.player.PlayerJoinEvent event)
     
    void
    onPlayerQuit​(org.bukkit.event.player.PlayerQuitEvent event)
     
    void
    run()
     

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

    cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BalanceChangeNotifier

      public BalanceChangeNotifier(RPUniverse plugin)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • onPlayerJoin

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

      public void onPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event)