
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.
9 lines
176 B
Java
9 lines
176 B
Java
package WayofTime.bloodmagic.iface;
|
|
|
|
/**
|
|
* Any item that implements this interface will not be pulled into the Altar on
|
|
* right click.
|
|
*/
|
|
public interface IAltarReader {
|
|
|
|
}
|