2014-06-27 19:43:09 -04:00
|
|
|
package WayofTime.alchemicalWizardry.api.rituals;
|
|
|
|
|
2014-11-07 13:45:02 -05:00
|
|
|
import net.minecraft.world.World;
|
|
|
|
|
2014-10-13 22:33:20 +02:00
|
|
|
public interface IRitualStone
|
2014-06-27 19:43:09 -04:00
|
|
|
{
|
2014-11-21 10:38:50 +08:00
|
|
|
public boolean isRuneType(World world, int x, int y, int z, int meta, int runeType);
|
2014-06-27 19:43:09 -04:00
|
|
|
}
|