Package dev.engine_room.flywheel.impl
Class ForgeFlwConfig
java.lang.Object
dev.engine_room.flywheel.impl.ForgeFlwConfig
- All Implemented Interfaces:
FlwConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsFields inherited from interface dev.engine_room.flywheel.impl.FlwConfig
DEFAULT_BACKEND_STR -
Method Summary
Modifier and TypeMethodDescriptiondev.engine_room.flywheel.api.backend.Backendbackend()dev.engine_room.flywheel.backend.BackendConfigbooleanvoidregisterSpecs(net.minecraftforge.fml.ModLoadingContext 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.minecraftforge.fml.ModLoadingContext context)
-