blob: 8cef2293357fcb0491cf3bbc5bbcc4ddab9fee27 [file] [log] [blame] [raw]
package mekanism.api;
import net.minecraft.tileentity.TileEntity;
public interface IGasTransmitter extends ITransmitter<GasNetwork>
{
public boolean canTransferGasToTube(TileEntity tile);
}