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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

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

    • PacketBlockAnimationTask

      public PacketBlockAnimationTask()
  • Method Details

    • run

      public void run()
    • addEntry

      public void addEntry(org.bukkit.entity.Player player, PacketBlock block)
    • removeEntry

      public void removeEntry(org.bukkit.entity.Player player)