ModTweaker/src/api/java/WayofTime/alchemicalWizardry/api/spell/IMeleeSpellEntityEffect.java
2015-01-11 21:59:45 +02:00

10 lines
250 B
Java

package WayofTime.alchemicalWizardry.api.spell;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.world.World;
public interface IMeleeSpellEntityEffect
{
public void onEntityImpact(World world, EntityPlayer entityPlayer);
}