public interface IStitchModule { String getName(); Optional<String> getSuffix(); boolean isEnabled(); void toggle(boolean state); }
Last updated 2 months ago