blob: d923061fddaa502decbf28e67786a0af7035d4be [file] [log] [blame] [raw]
package buildcraft.api.transport.pluggable;
public interface IPipeRenderState {
IConnectionMatrix getPipeConnectionMatrix();
}