Class FileWriteTask
java.lang.Object
org.cloudburstmc.server.scheduler.AsyncTask
org.cloudburstmc.server.scheduler.FileWriteTask
- All Implemented Interfaces:
Runnable
author: MagicDroidX
Nukkit Project
-
Field Summary
Fields inherited from class org.cloudburstmc.server.scheduler.AsyncTask
FINISHED_LIST -
Constructor Summary
ConstructorsConstructorDescriptionFileWriteTask(File file, byte[] contents)FileWriteTask(File file, InputStream contents)FileWriteTask(File file, String contents)FileWriteTask(String path, byte[] contents)FileWriteTask(String path, InputStream contents)FileWriteTask(String path, String contents) -
Method Summary
Methods inherited from class org.cloudburstmc.server.scheduler.AsyncTask
cleanObject, collectTask, getFromThreadStore, getResult, getTaskId, hasResult, isFinished, onCompletion, run, saveToThreadStore, setResult, setTaskId