10 lines
175 B
Java
10 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
|
||
|
{
|
||
|
}
|