JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
net.minecraftforge.common
Interface WorldWorkerManager.IWorker
All Known Implementing Classes:
ChunkGenWorker
Enclosing class:
WorldWorkerManager
public static interface
WorldWorkerManager.IWorker
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
doWork
()
Perform a task, returning true from this will have the manager call this function again this tick if there is time left.
boolean
hasWork
()
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.