9 lines
175 B
Java
9 lines
175 B
Java
package WayofTime.bloodmagic.api.iface;
|
|
|
|
/**
|
|
* Held items that implement this will cause the beams between routing nodes to
|
|
* render.
|
|
*/
|
|
public interface INodeRenderer
|
|
{
|
|
}
|