Class FabricFlwConfig.FabricBackendConfig

java.lang.Object
dev.engine_room.flywheel.impl.FabricFlwConfig.FabricBackendConfig
All Implemented Interfaces:
BackendConfig
Enclosing class:
FabricFlwConfig

public static class FabricFlwConfig.FabricBackendConfig extends Object implements BackendConfig
  • Field Details

  • Constructor Details

    • FabricBackendConfig

      public FabricBackendConfig()
  • Method Details

    • lightSmoothness

      public LightSmoothness lightSmoothness()
      Description copied from interface: BackendConfig
      How smooth/accurate our flw_light impl is.
      Specified by:
      lightSmoothness in interface BackendConfig
      Returns:
      The current light smoothness setting.
    • fromJson

      public void fromJson(com.google.gson.JsonObject object)
    • toJson

      public com.google.gson.JsonObject toJson()