Class SeeChunkUtil

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
dev.kitteh.factions.util.SeeChunkUtil
All Implemented Interfaces:
Runnable

public class SeeChunkUtil extends org.bukkit.scheduler.BukkitRunnable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
    static void
    showPillar(org.bukkit.entity.Player player, org.bukkit.World world, int blockX, int blockZ, org.bukkit.Particle effect, org.bukkit.Color color)
     
    static void
    showPillars(org.bukkit.entity.Player me, FPlayer fme, org.bukkit.Particle effect, boolean useColor)
     
    void
    updatePlayerInfo(UUID uuid, boolean toggle)
     

    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

    • SeeChunkUtil

      public SeeChunkUtil()
  • Method Details

    • run

      public void run()
    • updatePlayerInfo

      public void updatePlayerInfo(UUID uuid, boolean toggle)
    • showPillars

      public static void showPillars(org.bukkit.entity.Player me, FPlayer fme, org.bukkit.Particle effect, boolean useColor)
    • showPillar

      public static void showPillar(org.bukkit.entity.Player player, org.bukkit.World world, int blockX, int blockZ, org.bukkit.Particle effect, org.bukkit.Color color)