BloodMagic/src/main/java/WayofTime/bloodmagic/altar/IAltarManipulator.java
Nicholas Ignoffo 2fecb427fd Merge apibutnotreally with the main packages
Do not consider anything outside of the true API safe to use. And even then,
I'm changing things. Just wait. Please I beg you.
2018-02-15 18:49:07 -08:00

8 lines
180 B
Java

package WayofTime.bloodmagic.altar;
/**
* Any item that implements this interface will not be pulled into the Altar on
* right click.
*/
public interface IAltarManipulator {
}