Interface FlwConfig

All Known Implementing Classes:
FabricFlwConfig

public interface FlwConfig
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FlwConfig
     
  • Method Summary

    Modifier and Type
    Method
    Description
    dev.engine_room.flywheel.api.backend.Backend
     
    dev.engine_room.flywheel.backend.BackendConfig
     
    boolean
     
    int
     
  • Field Details

  • 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()