Package dev.satyrn.xpeconomy.tasks
Class PlayerBalanceSynchronizationTask
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
dev.satyrn.xpeconomy.tasks.PlayerBalanceSynchronizationTask
- All Implemented Interfaces:
Runnable
public final class PlayerBalanceSynchronizationTask
extends org.bukkit.scheduler.BukkitRunnable
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerBalanceSynchronizationTask(org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Player player, Account account) -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()When an object implementing interfaceRunnableis used to create a thread, starting the thread causes the object'srunmethod to be called in that separately executing thread.Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Constructor Details
-
PlayerBalanceSynchronizationTask
public PlayerBalanceSynchronizationTask(org.bukkit.plugin.Plugin plugin, org.bukkit.entity.Player player, Account account)
-
-
Method Details
-
run
public void run()When an object implementing interfaceRunnableis used to create a thread, starting the thread causes the object'srunmethod to be called in that separately executing thread.The general contract of the method
runis that it may take any action whatsoever.- See Also:
-