Class ForgeFlwConfig.ForgeBackendConfig

java.lang.Object
dev.engine_room.flywheel.impl.ForgeFlwConfig.ForgeBackendConfig
All Implemented Interfaces:
dev.engine_room.flywheel.backend.BackendConfig
Enclosing class:
ForgeFlwConfig

public static class ForgeFlwConfig.ForgeBackendConfig extends Object implements dev.engine_room.flywheel.backend.BackendConfig
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final net.minecraftforge.common.ForgeConfigSpec.EnumValue<dev.engine_room.flywheel.backend.compile.LightSmoothness>
     

    Fields inherited from interface dev.engine_room.flywheel.backend.BackendConfig

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    ForgeBackendConfig(net.minecraftforge.common.ForgeConfigSpec.Builder builder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    dev.engine_room.flywheel.backend.compile.LightSmoothness
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lightSmoothness

      public final net.minecraftforge.common.ForgeConfigSpec.EnumValue<dev.engine_room.flywheel.backend.compile.LightSmoothness> lightSmoothness
  • Constructor Details

    • ForgeBackendConfig

      public ForgeBackendConfig(net.minecraftforge.common.ForgeConfigSpec.Builder builder)
  • Method Details

    • lightSmoothness

      public dev.engine_room.flywheel.backend.compile.LightSmoothness lightSmoothness()
      Specified by:
      lightSmoothness in interface dev.engine_room.flywheel.backend.BackendConfig