Package dev.engine_room.flywheel.impl
Interface FlwConfig
- All Known Implementing Classes:
ForgeFlwConfig
public interface FlwConfig
-
Field Details
-
DEFAULT_BACKEND_STR
- See Also:
-
INSTANCE
-
-
Method Details
-
backend
dev.engine_room.flywheel.api.backend.Backend backend() -
limitUpdates
boolean limitUpdates() -
workerThreads
int workerThreads() -
backendConfig
dev.engine_room.flywheel.backend.BackendConfig backendConfig()
-