BloodMagic/src/main/java/WayofTime/bloodmagic/api/altar/IAltarManipulator.java

10 lines
184 B
Java
Raw Normal View History

2015-11-11 10:45:46 -08:00
package WayofTime.bloodmagic.api.altar;
/**
* Any item that implements this interface will not be pulled into the Altar on
* right click.
2015-11-11 10:45:46 -08:00
*/
public interface IAltarManipulator
{
2015-11-11 10:45:46 -08:00
}