Class Immobilizer.PlayerVFX

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
io.github.pylonmc.pylon.base.content.building.Immobilizer.PlayerVFX
All Implemented Interfaces:
Runnable
Enclosing class:
Immobilizer

public static class Immobilizer.PlayerVFX extends org.bukkit.scheduler.BukkitRunnable
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlayerVFX(org.bukkit.entity.Player player, Immobilizer block, int duration)
     
  • Method Summary

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

    • PlayerVFX

      public PlayerVFX(org.bukkit.entity.Player player, Immobilizer block, int duration)
  • Method Details

    • run

      public void run()