Package dev.engine_room.flywheel.impl
Class FabricFlwConfig.FabricBackendConfig
java.lang.Object
dev.engine_room.flywheel.impl.FabricFlwConfig.FabricBackendConfig
- All Implemented Interfaces:
BackendConfig
- Enclosing class:
- FabricFlwConfig
-
Field Summary
FieldsFields inherited from interface dev.engine_room.flywheel.backend.BackendConfig
INSTANCE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LIGHT_SMOOTHNESS_DEFAULT
-
lightSmoothness
-
-
Constructor Details
-
FabricBackendConfig
public FabricBackendConfig()
-
-
Method Details
-
lightSmoothness
Description copied from interface:BackendConfigHow smooth/accurate our flw_light impl is.- Specified by:
lightSmoothnessin interfaceBackendConfig- Returns:
- The current light smoothness setting.
-
fromJson
public void fromJson(com.google.gson.JsonObject object) -
toJson
public com.google.gson.JsonObject toJson()
-