Class ForgeFlwConfig

java.lang.Object
dev.engine_room.flywheel.impl.ForgeFlwConfig
All Implemented Interfaces:
FlwConfig

public class ForgeFlwConfig extends Object implements FlwConfig
  • Field Details

  • Method Details

    • backend

      public dev.engine_room.flywheel.api.backend.Backend backend()
      Specified by:
      backend in interface FlwConfig
    • limitUpdates

      public boolean limitUpdates()
      Specified by:
      limitUpdates in interface FlwConfig
    • workerThreads

      public int workerThreads()
      Specified by:
      workerThreads in interface FlwConfig
    • backendConfig

      public dev.engine_room.flywheel.backend.BackendConfig backendConfig()
      Specified by:
      backendConfig in interface FlwConfig
    • registerSpecs

      public void registerSpecs(net.minecraftforge.fml.ModLoadingContext context)