package de.geolykt.starloader.api.gui.modconf; /** * A configuration option that is backing a boolean. * *

This interface can be safely implemented by Extensions as the graphical components are relayed * to other components. * * @since 1.3.0 */ public interface BooleanOption extends ConfigurationOption { }