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