- All Implemented Interfaces:
Consumer<com.cjcrafter.foliascheduler.TaskImplementation<Void>>
public class MoveTask
extends Object
implements Consumer<com.cjcrafter.foliascheduler.TaskImplementation<Void>>
-
Constructor Summary
Constructors
-
Method Summary
void
accept(com.cjcrafter.foliascheduler.TaskImplementation task)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
accept
public void accept(@NotNull
com.cjcrafter.foliascheduler.TaskImplementation task)
- Specified by:
accept in interface Consumer<com.cjcrafter.foliascheduler.TaskImplementation<Void>>