BloodMagic/src/main/java/WayofTime/bloodmagic/api/iface/INodeRenderer.java

10 lines
175 B
Java
Raw Normal View History

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