ModTweaker/src/api/java/WayofTime/alchemicalWizardry/api/spell/IMeleeSpellWorldEffect.java

10 lines
248 B
Java
Raw Normal View History

2015-01-11 20:59:45 +01:00
package WayofTime.alchemicalWizardry.api.spell;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.world.World;
public interface IMeleeSpellWorldEffect
{
public void onWorldEffect(World world, EntityPlayer entityPlayer);
}