Package net.bitbylogic.packetblocks.task
Class PacketBlockAnimationTask
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
net.bitbylogic.packetblocks.task.PacketBlockAnimationTask
- All Implemented Interfaces:
Runnable
public class PacketBlockAnimationTask
extends org.bukkit.scheduler.BukkitRunnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntry
(org.bukkit.entity.Player player, PacketBlock block) void
removeEntry
(org.bukkit.entity.Player player) void
run()
Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Constructor Details
-
PacketBlockAnimationTask
public PacketBlockAnimationTask()
-
-
Method Details
-
run
public void run() -
addEntry
-
removeEntry
public void removeEntry(org.bukkit.entity.Player player)
-