2014-06-27 19:43:09 -04:00
|
|
|
package WayofTime.alchemicalWizardry.common;
|
|
|
|
|
|
|
|
public interface ICatalyst
|
|
|
|
{
|
2015-07-02 11:05:07 -04:00
|
|
|
int getCatalystLevel();
|
2014-06-27 19:43:09 -04:00
|
|
|
|
2015-07-02 11:05:07 -04:00
|
|
|
boolean isConcentration();
|
2014-06-27 19:43:09 -04:00
|
|
|
}
|