Added fun spell framework
This commit is contained in:
parent
17bbea0e74
commit
e583fe429d
11 changed files with 710 additions and 5 deletions
|
@ -0,0 +1,10 @@
|
|||
package WayofTime.alchemicalWizardry.common.spell.complex;
|
||||
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.util.MovingObjectPosition;
|
||||
|
||||
public interface IProjectileImpactEffect
|
||||
{
|
||||
public void onEntityImpact(Entity mop);
|
||||
public void onTileImpact(MovingObjectPosition mop);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue