Package dev.kitteh.factions.util
Class AutoLeaveTask.AutoLeaveProcessor<T extends Selectable>
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
dev.kitteh.factions.util.AutoLeaveTask.AutoLeaveProcessor<T>
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
AutoLeaveProcessFactionTask,AutoLeaveProcessTask
- Enclosing class:
AutoLeaveTask
public abstract static class AutoLeaveTask.AutoLeaveProcessor<T extends Selectable>
extends org.bukkit.scheduler.BukkitRunnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected ListIterator<T> protected longprotected booleanprotected final double -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Field Details
-
readyToGo
protected transient boolean readyToGo -
finished
protected transient boolean finished -
iterator
-
toleranceMillis
protected final transient double toleranceMillis -
now
protected long now
-
-
Constructor Details
-
AutoLeaveProcessor
public AutoLeaveProcessor()
-
-
Method Details
-
stop
public void stop() -
run
public final void run() -
isFinished
public boolean isFinished()
-