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

10 lines
234 B
Java
Raw Normal View History

2014-01-18 20:29:20 -05:00
package WayofTime.alchemicalWizardry.common.spell.complex;
import net.minecraft.entity.Entity;
import net.minecraft.world.World;
public interface IMeleeSpellEntityEffect
{
public void onEntityImpact(World world, Entity entity);
}