Added interfaces for custom Spell Paradigms.
This commit is contained in:
parent
8e1c8460be
commit
bc50e92fa3
4 changed files with 28 additions and 2 deletions
|
@ -0,0 +1,11 @@
|
|||
package WayofTime.alchemicalWizardry.api.tile;
|
||||
|
||||
import net.minecraftforge.common.util.ForgeDirection;
|
||||
import WayofTime.alchemicalWizardry.api.spell.SpellParadigm;
|
||||
|
||||
public interface ISpellTile
|
||||
{
|
||||
public void modifySpellParadigm(SpellParadigm parad);
|
||||
|
||||
public boolean canInputRecieveOutput(ForgeDirection output);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue