BloodMagic/BM_src/WayofTime/alchemicalWizardry/common/spell/complex/IMeleeSpellWorldEffect.java
2014-01-18 20:29:28 -05:00

11 lines
289 B
Java

package WayofTime.alchemicalWizardry.common.spell.complex;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.util.Vec3;
import net.minecraft.world.World;
public interface IMeleeSpellWorldEffect
{
public void onWorldEffect(World world, EntityPlayer entityPlayer);
}