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

10 lines
248 B
Java

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);
}