Class SystemPropertiesConfig

java.lang.Object
io.github.headlesshq.headlessmc.launcher.files.AbstractConfig
io.github.headlesshq.headlessmc.launcher.files.SystemPropertiesConfig
All Implemented Interfaces:
Config, HasId, HasName

public class SystemPropertiesConfig extends AbstractConfig
  • Constructor Details

    • SystemPropertiesConfig

      public SystemPropertiesConfig(String name, int id)
  • Method Details

    • getValue

      public <T> T getValue(Property<T> property, Supplier<T> defaultValue)