2014-06-27 19:43:09 -04:00
|
|
|
package WayofTime.alchemicalWizardry.api.items.interfaces;
|
|
|
|
|
2014-10-13 22:33:20 +02:00
|
|
|
public interface IBloodOrb
|
2014-06-27 19:43:09 -04:00
|
|
|
{
|
2014-10-13 22:33:20 +02:00
|
|
|
public int getMaxEssence();
|
|
|
|
|
|
|
|
public int getOrbLevel();
|
2014-06-27 19:43:09 -04:00
|
|
|
}
|