2015-11-02 12:39:44 -08:00
|
|
|
package WayofTime.bloodmagic.api.orb;
|
2015-10-29 20:22:14 -07:00
|
|
|
|
2015-12-30 15:34:40 -05:00
|
|
|
public interface IBloodOrb
|
|
|
|
{
|
2015-10-29 20:22:14 -07:00
|
|
|
BloodOrb getOrb(int meta);
|
|
|
|
|
|
|
|
int getMaxEssence(int meta);
|
|
|
|
|
|
|
|
int getOrbLevel(int meta);
|
|
|
|
}
|