Package dev.kitteh.factions.util
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()static voidshowPillar(org.bukkit.entity.Player player, org.bukkit.World world, int blockX, int blockZ, org.bukkit.Particle effect, org.bukkit.Color color) static voidshowPillars(org.bukkit.entity.Player me, FPlayer fme, org.bukkit.Particle effect, boolean useColor) voidupdatePlayerInfo(UUID uuid, boolean toggle) Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Constructor Details
-
SeeChunkUtil
public SeeChunkUtil()
-
-
Method Details
-
run
public void run() -
updatePlayerInfo
-
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)
-