Class CheckTask
- java.lang.Object
-
- com.massivecraft.factions.cmd.check.CheckTask
-
- All Implemented Interfaces:
java.lang.Runnable
public class CheckTask extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description CheckTask(FactionsPlugin plugin, int minute)
-
Method Summary
Modifier and Type Method Description static boolean
bufferCheck(java.lang.String factionId)
static void
cleanupTask()
void
run()
static boolean
wallCheck(java.lang.String factionId)
-
-
-
Constructor Detail
-
CheckTask
public CheckTask(FactionsPlugin plugin, int minute)
-
-