9 lines
184 B
Java
9 lines
184 B
Java
![]() |
package WayofTime.bloodmagic.api.altar;
|
||
|
|
||
|
/**
|
||
|
* Any item that implements this interface will not be pulled into the Altar
|
||
|
* on right click.
|
||
|
*/
|
||
|
public interface IAltarManipulator {
|
||
|
}
|