BloodMagic/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/ISelfSpellEffect.java

10 lines
241 B
Java
Raw Normal View History

2014-01-19 01:29:20 +00:00
package WayofTime.alchemicalWizardry.common.spell.complex;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.world.World;
public interface ISelfSpellEffect
{
public void onSelfUse(World world, EntityPlayer player);
}