
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.
8 lines
180 B
Java
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 {
|
|
}
|