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

9 lines
180 B
Java
Raw Normal View History

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