Package net.neoforged.neoforge.common
Interface WorldWorkerManager.IWorker
- Enclosing class:
 - WorldWorkerManager
 
public static interface WorldWorkerManager.IWorker
- 
Method Summary
 
- 
Method Details
- 
hasWork
boolean hasWork() - 
doWork
boolean doWork()Perform a task, returning true from this will have the manager call this function again this tick if there is time left. Returning false will skip calling this worker until next tick. 
 -