package appeng.util; public interface IConfigManagerHost { void updateSetting(Enum settingName, Enum newValue); }