BloodMagic/src/main/java/WayofTime/bloodmagic/api/iface/IAltarReader.java

11 lines
180 B
Java
Raw Normal View History

2015-11-03 10:34:11 -05:00
package WayofTime.bloodmagic.api.iface;
/**
* Any item that implements this interface will not be pulled into the Altar on
* right click.
*/
public interface IAltarReader
{
2015-11-03 08:09:16 -08:00
2015-11-03 10:34:11 -05:00
}