BiomesOPlenty/src/main/java/biomesoplenty/api/IConfigurable.java

15 lines
531 B
Java

/*******************************************************************************
* Copyright 2014, the Biomes O' Plenty Team
*
* This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License.
*
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
******************************************************************************/
package biomesoplenty.api;
public interface IConfigurable
{
boolean isEnabled(Object... args);
}