Package dev.engine_room.flywheel.impl
Class NeoForgeFlwConfig
java.lang.Object
dev.engine_room.flywheel.impl.NeoForgeFlwConfig
- All Implemented Interfaces:
FlwConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondev.engine_room.flywheel.api.backend.Backendbackend()dev.engine_room.flywheel.backend.BackendConfigbooleanvoidregisterSpecs(net.neoforged.fml.ModContainer context) int
-
Field Details
-
INSTANCE
-
client
-
-
Method Details
-
backend
public dev.engine_room.flywheel.api.backend.Backend backend() -
limitUpdates
public boolean limitUpdates()- Specified by:
limitUpdatesin interfaceFlwConfig
-
workerThreads
public int workerThreads()- Specified by:
workerThreadsin interfaceFlwConfig
-
backendConfig
public dev.engine_room.flywheel.backend.BackendConfig backendConfig()- Specified by:
backendConfigin interfaceFlwConfig
-
registerSpecs
public void registerSpecs(net.neoforged.fml.ModContainer context)
-